Package sb_transfer_equiv_rules Support subprograms for the Transfer Equivalents API (sb_transfer_equiv). |
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 shrtatc.shrtatc_sbgi_code%TYPE, p_program shrtatc.shrtatc_program%TYPE, p_tlvl_code shrtatc.shrtatc_tlvl_code%TYPE, p_subj_code_trns shrtatc.shrtatc_subj_code_trns%TYPE, p_crse_numb_trns shrtatc.shrtatc_crse_numb_trns%TYPE, p_term_code_eff_trns shrtatc.shrtatc_term_code_eff_trns%TYPE, p_seqno shrtatc.shrtatc_seqno%TYPE, p_connector shrtatc.shrtatc_connector%TYPE, p_inst_lparen_conn shrtatc.shrtatc_inst_lparen_conn%TYPE, p_subj_code_inst shrtatc.shrtatc_subj_code_inst%TYPE, p_crse_numb_inst shrtatc.shrtatc_crse_numb_inst%TYPE, p_inst_title shrtatc.shrtatc_inst_title%TYPE, p_inst_credits_used shrtatc.shrtatc_inst_credits_used%TYPE, p_inst_rparen shrtatc.shrtatc_inst_rparen%TYPE, p_group shrtatc.shrtatc_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 |
Transferring institution code. VARCHAR2(6) Required Key | |
p_program |
Degree program (if any) associated with the transferring course. VARCHAR2(12) Required Key | |
p_tlvl_code |
Level associated with the transferring course. VARCHAR2(2) Required Key | |
p_subj_code_trns |
Transferring subject code. VARCHAR2(60) Required Key | |
p_crse_numb_trns |
Transferring course number. VARCHAR2(60) Required Key | |
p_term_code_eff_trns |
Transferring effective term associated with the course. VARCHAR2(6) Required Key | |
p_seqno |
Sequence number associated with the equivalent course. NUMBER(23,20) Required Key | |
p_connector |
AND/OR connector. A=And, O=Or. VARCHAR2(1) | |
p_inst_lparen_conn |
Left parenthesis. VARCHAR2(1) | |
p_subj_code_inst |
Institution equivalent subject code of the transferring subject. VARCHAR2(4) | |
p_crse_numb_inst |
Institution equivalent course number of the transferring course. VARCHAR2(5) | |
p_inst_title |
Institution equivalent title of the transferring course. VARCHAR2(30) | |
p_inst_credits_used |
Default credit hours to be used when articulating the course. NUMBER(7,3) | |
p_inst_rparen |
Right parenthesis. VARCHAR2(1) | |
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 shrtatc.shrtatc_sbgi_code%TYPE, p_program shrtatc.shrtatc_program%TYPE, p_tlvl_code shrtatc.shrtatc_tlvl_code%TYPE, p_subj_code_trns shrtatc.shrtatc_subj_code_trns%TYPE, p_crse_numb_trns shrtatc.shrtatc_crse_numb_trns%TYPE, p_term_code_eff_trns shrtatc.shrtatc_term_code_eff_trns%TYPE, p_seqno shrtatc.shrtatc_seqno%TYPE, p_connector shrtatc.shrtatc_connector%TYPE DEFAULT NULL, p_inst_lparen_conn shrtatc.shrtatc_inst_lparen_conn%TYPE DEFAULT NULL, p_subj_code_inst shrtatc.shrtatc_subj_code_inst%TYPE DEFAULT NULL, p_crse_numb_inst shrtatc.shrtatc_crse_numb_inst%TYPE DEFAULT NULL, p_inst_title shrtatc.shrtatc_inst_title%TYPE DEFAULT NULL, p_inst_credits_used shrtatc.shrtatc_inst_credits_used%TYPE DEFAULT NULL, p_inst_rparen shrtatc.shrtatc_inst_rparen%TYPE DEFAULT NULL, p_group shrtatc.shrtatc_group%TYPE)
Validates all data in the record.
Parameters |
p_sbgi_code |
Transferring institution code. VARCHAR2(6) Required Key | |
p_program |
Degree program (if any) associated with the transferring course. VARCHAR2(12) Required Key | |
p_tlvl_code |
Level associated with the transferring course. VARCHAR2(2) Required Key | |
p_subj_code_trns |
Transferring subject code. VARCHAR2(60) Required Key | |
p_crse_numb_trns |
Transferring course number. VARCHAR2(60) Required Key | |
p_term_code_eff_trns |
Transferring effective term associated with the course. VARCHAR2(6) Required Key | |
p_seqno |
Sequence number associated with the equivalent course. NUMBER(23,20) Required Key | |
p_connector |
AND/OR connector. A=And, O=Or. VARCHAR2(1) | |
p_inst_lparen_conn |
Left parenthesis. VARCHAR2(1) | |
p_subj_code_inst |
Institution equivalent subject code of the transferring subject. VARCHAR2(4) | |
p_crse_numb_inst |
Institution equivalent course number of the transferring course. VARCHAR2(5) | |
p_inst_title |
Institution equivalent title of the transferring course. VARCHAR2(30) | |
p_inst_credits_used |
Default credit hours to be used when articulating the course. NUMBER(7,3) | |
p_inst_rparen |
Right parenthesis. VARCHAR2(1) | |
p_group |
Group of which the transfer subject and course has been designated a member. VARCHAR2(2) Key |