index

Package sb_transfer_equiv_cmt_rules

Support subprograms for the Transfer Equivalent Comments API (sb_transfer_equiv_cmt).


Program units
p_register_entity  
p_register_entity  
p_validate  


p_register_entity

Procedure p_register_entity(p_operation_type     NUMBER,
                            p_internal_record_id gb_common.internal_record_id_type)

Registers the attribute value pairs to the message cache for delete operations.
This signature uses the ROWID only for delete operations.

Parameters
p_operation_type   Type of DML operation: create, update, delete. NUMBER Required
p_internal_record_id   Database ROWID VARCHAR2(18) required


p_register_entity

Procedure p_register_entity(p_operation_type     NUMBER,
                            p_sbgi_code          shricmt.shricmt_sbgi_code%TYPE,
                            p_program            shricmt.shricmt_program%TYPE,
                            p_tlvl_code          shricmt.shricmt_tlvl_code%TYPE,
                            p_subj_code_trns     shricmt.shricmt_subj_code_trns%TYPE,
                            p_crse_numb_trns     shricmt.shricmt_crse_numb_trns%TYPE,
                            p_term_code_eff      shricmt.shricmt_term_code_eff%TYPE,
                            p_subj_code_inst     shricmt.shricmt_subj_code_inst%TYPE,
                            p_crse_numb_inst     shricmt.shricmt_crse_numb_inst%TYPE,
                            p_shrtatc_seqno      shricmt.shricmt_shrtatc_seqno%TYPE,
                            p_seqno              shricmt.shricmt_seqno%TYPE,
                            p_text               shricmt.shricmt_text%TYPE,
                            p_group              shricmt.shricmt_group%TYPE,
                            p_internal_record_id gb_common.internal_record_id_type)

Registers the attribute/value pairs to the message cache for create and update operations.
 
This signature registers all parameters.

Parameters
p_operation_type   Type of DML operation: create, update, delete. NUMBER Required
p_sbgi_code   Transfer institution the course is associated with. VARCHAR2(6) Required Key
p_program   Degree program (if any) associated with the institution course. VARCHAR2(12) Required Key
p_tlvl_code   Level associated with the institution course. VARCHAR2(2) Required Key
p_subj_code_trns   Transfer subject associated with the institution course. VARCHAR2(60) Required Key
p_crse_numb_trns   Transfer course associated with the institution course. VARCHAR2(60) Required Key
p_term_code_eff   Effective transfer term associated with the institution course. VARCHAR2(6) Required Key
p_subj_code_inst   Institution subject. VARCHAR2(4) Required Key
p_crse_numb_inst   Institution course number. VARCHAR2(5) Required Key
p_shrtatc_seqno   Internal sequence number associated the parent course equivalent record. NUMBER(23,20) Required Key
p_seqno   Internal sequence number associated with the line of text. NUMBER(23,20) Key
p_text   Institution course comment for this record. An unlimited number of comment records can be maintained in this block. VARCHAR2(60)
p_group   Group of which the transfer subject and course has been designated a member. VARCHAR2(2) Key
p_internal_record_id   Database ROWID VARCHAR2(18) required


p_validate

Procedure p_validate(p_sbgi_code      shricmt.shricmt_sbgi_code%TYPE,
                     p_program        shricmt.shricmt_program%TYPE,
                     p_tlvl_code      shricmt.shricmt_tlvl_code%TYPE,
                     p_subj_code_trns shricmt.shricmt_subj_code_trns%TYPE,
                     p_crse_numb_trns shricmt.shricmt_crse_numb_trns%TYPE,
                     p_term_code_eff  shricmt.shricmt_term_code_eff%TYPE,
                     p_subj_code_inst shricmt.shricmt_subj_code_inst%TYPE,
                     p_crse_numb_inst shricmt.shricmt_crse_numb_inst%TYPE,
                     p_shrtatc_seqno  shricmt.shricmt_shrtatc_seqno%TYPE,
                     p_seqno          shricmt.shricmt_seqno%TYPE,
                     p_text           shricmt.shricmt_text%TYPE DEFAULT NULL,
                     p_group          shricmt.shricmt_group%TYPE)

Validates all data in the record.

Parameters
p_sbgi_code   Transfer institution the course is associated with. VARCHAR2(6) Required Key
p_program   Degree program (if any) associated with the institution course. VARCHAR2(12) Required Key
p_tlvl_code   Level associated with the institution course. VARCHAR2(2) Required Key
p_subj_code_trns   Transfer subject associated with the institution course. VARCHAR2(60) Required Key
p_crse_numb_trns   Transfer course associated with the institution course. VARCHAR2(60) Required Key
p_term_code_eff   Effective transfer term associated with the institution course. VARCHAR2(6) Required Key
p_subj_code_inst   Institution subject. VARCHAR2(4) Required Key
p_crse_numb_inst   Institution course number. VARCHAR2(5) Required Key
p_shrtatc_seqno   Internal sequence number associated the parent course equivalent record. NUMBER(23,20) Required Key
p_seqno   Internal sequence number associated with the line of text. NUMBER(23,20) Key
p_text   Institution course comment for this record. An unlimited number of comment records can be maintained in this block. VARCHAR2(60)
p_group   Group of which the transfer subject and course has been designated a member. VARCHAR2(2) Key