Package gb_additional_ident_rules Support subprograms for the ADDITIONAL_IDENT (gb_additional_ident). |
Program units |
p_register_entity | Registers 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)
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_pidm goradid.goradid_pidm%TYPE, p_additional_id goradid.goradid_additional_id%TYPE, p_adid_code goradid.goradid_adid_code%TYPE, p_user_id goradid.goradid_user_id%TYPE DEFAULT gb_common.f_sct_user, p_data_origin goradid.goradid_data_origin%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_pidm |
Internal identification number of the Validation Type. NUMBER(8) Required Key | |
p_additional_id |
Additional Identification Code. VARCHAR2(200) Required Key | |
p_adid_code |
Additional Identification Type Code. VARCHAR2(16) Required | |
p_user_id |
User ID of the user who created or last updated the record. VARCHAR2(120) Required | |
p_data_origin |
Source system that created or updated the row. VARCHAR2(120) Required | |
p_internal_record_id |
Database ROWID VARCHAR2(18) required |
p_validate
PROCEDURE p_validate(p_pidm goradid.goradid_pidm%TYPE, p_additional_id goradid.goradid_additional_id%TYPE, p_adid_code goradid.goradid_adid_code%TYPE, p_user_id goradid.goradid_user_id%TYPE DEFAULT gb_common.f_sct_user, p_data_origin goradid.goradid_data_origin%TYPE)
Validates all data in the record.
Parameters |
p_pidm |
Internal identification number of the Validation Type. NUMBER(8) Required Key | |
p_additional_id |
Additional Identification Code. VARCHAR2(200) Required Key | |
p_adid_code |
Additional Identification Type Code. VARCHAR2(16) Required | |
p_user_id |
User ID of the user who created or last updated the record. VARCHAR2(120) Required | |
p_data_origin |
Source system that created or updated the row. VARCHAR2(120) Required |