index

Package sb_transfer_crse_cmt_rules

Support subprograms for the Transfer Course Comments API (sb_transfer_crse_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          shrtcmt.shrtcmt_sbgi_code%TYPE,
                            p_program            shrtcmt.shrtcmt_program%TYPE,
                            p_tlvl_code          shrtcmt.shrtcmt_tlvl_code%TYPE,
                            p_subj_code_trns     shrtcmt.shrtcmt_subj_code_trns%TYPE,
                            p_crse_numb_trns     shrtcmt.shrtcmt_crse_numb_trns%TYPE,
                            p_term_code_eff      shrtcmt.shrtcmt_term_code_eff%TYPE,
                            p_seqno              shrtcmt.shrtcmt_seqno%TYPE,
                            p_text               shrtcmt.shrtcmt_text%TYPE,
                            p_group              shrtcmt.shrtcmt_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. VARCHAR2(6) Required Key
p_program   Degree program (if any) associated with the transfer course. VARCHAR2(12) Required Key
p_tlvl_code   Level associated with the transfer course. VARCHAR2(4) Required Key
p_subj_code_trns   Transfer subject. VARCHAR2(60) Required Key
p_crse_numb_trns   Transfer course. VARCHAR2(60) Required Key
p_term_code_eff   Transfer term effective associated with the transfer course. VARCHAR2(6) Required Key
p_seqno   Internal sequence number associated with each line of text. NUMBER(23,20) Key
p_text   Text of a transfer course comment. 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      shrtcmt.shrtcmt_sbgi_code%TYPE,
                     p_program        shrtcmt.shrtcmt_program%TYPE,
                     p_tlvl_code      shrtcmt.shrtcmt_tlvl_code%TYPE,
                     p_subj_code_trns shrtcmt.shrtcmt_subj_code_trns%TYPE,
                     p_crse_numb_trns shrtcmt.shrtcmt_crse_numb_trns%TYPE,
                     p_term_code_eff  shrtcmt.shrtcmt_term_code_eff%TYPE,
                     p_seqno          shrtcmt.shrtcmt_seqno%TYPE,
                     p_text           shrtcmt.shrtcmt_text%TYPE DEFAULT NULL,
                     p_group          shrtcmt.shrtcmt_group%TYPE)

Validates all data in the record.

Parameters
p_sbgi_code   Transferring institution. VARCHAR2(6) Required Key
p_program   Degree program (if any) associated with the transfer course. VARCHAR2(12) Required Key
p_tlvl_code   Level associated with the transfer course. VARCHAR2(4) Required Key
p_subj_code_trns   Transfer subject. VARCHAR2(60) Required Key
p_crse_numb_trns   Transfer course. VARCHAR2(60) Required Key
p_term_code_eff   Transfer term effective associated with the transfer course. VARCHAR2(6) Required Key
p_seqno   Internal sequence number associated with each line of text. NUMBER(23,20) Key
p_text   Text of a transfer course comment. VARCHAR2(60)
p_group   Group of which the transfer subject and course has been designated a member. VARCHAR2(2) Key