index

Package nb_proxy_rules



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_id                 ntrprxy.ntrprxy_id%TYPE,
                            p_user_id            ntrprxy.ntrprxy_user_id%TYPE,
                            p_proxy_user_id      ntrprxy.ntrprxy_proxy_user_id%TYPE,
                            p_admin_id           ntrprxy.ntrprxy_admin_id%TYPE,
                            p_data_origin        ntrprxy.ntrprxy_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_id   Internally system-generated unique identification number which represents the primary key of the database record. NUMBER(19) Required.
p_user_id   The Oracle ID of the user who changed the record. VARCHAR2(30) Required Key.
p_proxy_user_id   User ID of the person who will act as the proxy. VARCHAR2(30) Required Key.
p_admin_id   Administrator User ID of the person who will change the proxy record. VARCHAR2(30).
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_user_id       ntrprxy.ntrprxy_user_id%TYPE,
                     p_proxy_user_id ntrprxy.ntrprxy_proxy_user_id%TYPE,
                     p_admin_id      ntrprxy.ntrprxy_admin_id%TYPE DEFAULT NULL,
                     p_data_origin   ntrprxy.ntrprxy_data_origin%TYPE DEFAULT NULL)

Validates all data in the record.

Parameters
p_user_id   The Oracle ID of the user who changed the record. VARCHAR2(30) Required Key.
p_proxy_user_id   User ID of the person who will act as the proxy. VARCHAR2(30) Required Key.
p_admin_id   Administrator User ID of the person who will change the proxy record. VARCHAR2(30).
p_data_origin   Source system that created or updated the row. VARCHAR2(30).