index

Package gb_partner_rule_rules

Support subprograms for the PARTNER_RULE (gb_partner_rule).


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 the 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 the 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_integration_cde    gorintg.gorintg_integration_cde%TYPE,
                            p_desc               gorintg.gorintg_desc%TYPE,
                            p_intp_code          gorintg.gorintg_intp_code%TYPE,
                            p_user_id            gorintg.gorintg_user_id%TYPE DEFAULT gb_common.f_sct_user,
                            p_data_origin        gorintg.gorintg_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_integration_cde   User Defined Integration Code that is used with external partner. VARCHAR2(5) Required Key
p_desc   User Description of the Integration Code. VARCHAR2(30) Required
p_intp_code   Code defined on GTVINTG that associates with the User Integration Code. VARCHAR2(5) Required
p_user_id   Oracle User ID of the person who inserted or last updated the data. VARCHAR2(30) Required
p_data_origin   Source system that created or updated the row. VARCHAR2(30)
p_internal_record_id   Database ROWID VARCHAR2(18) Required


p_validate

PROCEDURE p_validate(p_integration_cde gorintg.gorintg_integration_cde%TYPE,
                     p_desc            gorintg.gorintg_desc%TYPE,
                     p_intp_code       gorintg.gorintg_intp_code%TYPE,
                     p_user_id         gorintg.gorintg_user_id%TYPE DEFAULT gb_common.f_sct_user,
                     p_data_origin     gorintg.gorintg_data_origin%TYPE DEFAULT NULL)

Validates all the data in the record.

Parameters
p_integration_cde   User Defined Integration Code that is used with external partner. VARCHAR2(5) Required Key
p_desc   User Description of the Integration Code. VARCHAR2(30) Required
p_intp_code   Code defined on GTVINTG that associates with the User Integration Code. VARCHAR2(5) Required
p_user_id   Oracle User ID of the person who inserted or last updated the data. VARCHAR2(30) Required
p_data_origin   Source system that created or updated the row. VARCHAR2(30)