Package gp_gerload_rules Support subprograms for the GERLOAD (gp_gerload). |
Program units |
p_register_entity | Register the attribute value pairs to the message cache for delete operations. |
p_register_entity | Registers the attribute/value pairs to the message cache for create and update operations. |
p_validate | Validates all data in the record. |
p_register_entity
PROCEDURE p_register_entity(p_operation_type NUMBER, p_internal_record_id gb_common.internal_record_id_type)
Register 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_syst_code gerload.gerload_syst_code%TYPE, p_retp_code gerload.gerload_retp_code%TYPE, p_dtyp_code gerload.gerload_dtyp_code%TYPE, p_load_activity_ind gerload.gerload_load_activity_ind%TYPE, p_user_id gerload.gerload_user_id%TYPE DEFAULT gb_common.f_sct_user, p_create_date gerload.gerload_create_date%TYPE, p_create_user gerload.gerload_create_user%TYPE DEFAULT gb_common.f_sct_user, p_opt_out_adv_ind gerload.gerload_opt_out_adv_ind%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_syst_code |
Systems that are using the general tables (e.g. "Proxy", "event management"). VARCHAR2(30) Required Key | |
p_retp_code |
Record type within system (e.g. Parent, Spouse, Employer, etc). VARCHAR2(30) Required Key | |
p_dtyp_code |
Data type within Banner that can be populated (e.g. Basic Person, Proxy, Advancement, etc). VARCHAR2(30) Required Key | |
p_load_activity_ind |
For this combination, what should happen? Values include Y (move to Banner) and N (do not move to Banner). VARCHAR2(1) Required | |
p_user_id |
The ID for the user that most recently updated the record. VARCHAR2(30) | |
p_create_date |
This field contains date new record created. DATE | |
p_create_user |
This field contains Banner User ID which created new record. VARCHAR2(30) | |
p_opt_out_adv_ind |
For system and relationship type, can person opt out of being added to Advancement? Values are Y (yes, can opt out), N (no, cannot opt out). VARCHAR2(1) | |
p_internal_record_id |
Database ROWID VARCHAR2(18) required |
p_validate
PROCEDURE p_validate(p_syst_code gerload.gerload_syst_code%TYPE, p_retp_code gerload.gerload_retp_code%TYPE, p_dtyp_code gerload.gerload_dtyp_code%TYPE, p_load_activity_ind gerload.gerload_load_activity_ind%TYPE, p_user_id gerload.gerload_user_id%TYPE DEFAULT gb_common.f_sct_user, p_create_date gerload.gerload_create_date%TYPE DEFAULT NULL, p_create_user gerload.gerload_create_user%TYPE DEFAULT gb_common.f_sct_user, p_opt_out_adv_ind gerload.gerload_opt_out_adv_ind%TYPE DEFAULT NULL)
Validates all data in the record.
Parameters |
p_syst_code |
Systems that are using the general tables (e.g. "Proxy", "event management"). VARCHAR2(30) Required Key | |
p_retp_code |
Record type within system (e.g. Parent, Spouse, Employer, etc). VARCHAR2(30) Required Key | |
p_dtyp_code |
Data type within Banner that can be populated (e.g. Basic Person, Proxy, Advancement, etc). VARCHAR2(30) Required Key | |
p_load_activity_ind |
For this combination, what should happen? Values include Y (move to Banner) and N (do not move to Banner). VARCHAR2(1) Required | |
p_user_id |
The ID for the user that most recently updated the record. VARCHAR2(30) | |
p_create_date |
This field contains date new record created. DATE | |
p_create_user |
This field contains Banner User ID which created new record. VARCHAR2(30) | |
p_opt_out_adv_ind |
For system and relationship type, can person opt out of being added to Advancement? Values are Y (yes, can opt out), N (no, cannot opt out). VARCHAR2(1) |