index

Package BANINST1.fb_circulation_notice_rules

Support subprograms for the CIRCULATION_NOTICE (fb_circulation_notice).


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                 forcirn.forcirn_id%TYPE,
                            p_status             forcirn.forcirn_status%TYPE,
                            p_status_date        forcirn.forcirn_status_date%TYPE,
                            p_forcirr_id         forcirn.forcirn_forcirr_id%TYPE,
                            p_user_id            forcirn.forcirn_user_id%TYPE DEFAULT gb_common.f_sct_user,
                            p_resolved_ind       forcirn.forcirn_resolved_ind%TYPE,
                            p_data_origin        forcirn.forcirn_data_origin%TYPE,
                            p_comment            forcirn.forcirn_comment%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   Unique internal identification number of the record. NUMBER(19) Required Key
p_status   The status of the notification . VARCHAR2(200) Required
p_status_date   The date of the status of the notification from the system activity . DATE Required
p_forcirr_id   Unique internal identification number of the routing recipient record. NUMBER(19) Required
p_user_id   The unique identification code of the user who last touched this record. VARCHAR2(120) Required
p_resolved_ind   Indicates the resolved status.
p_data_origin   Source system that created or updated the row. VARCHAR2(120)
p_comment   Recipient comment. VARCHAR2(4000)
p_internal_record_id   Database ROWID VARCHAR2(18) required


p_validate

Procedure p_validate(p_id           forcirn.forcirn_id%TYPE,
                     p_status       forcirn.forcirn_status%TYPE,
                     p_status_date  forcirn.forcirn_status_date%TYPE,
                     p_forcirr_id   forcirn.forcirn_forcirr_id%TYPE,
                     p_user_id      forcirn.forcirn_user_id%TYPE DEFAULT gb_common.f_sct_user,
                     p_resolved_ind forcirn.forcirn_resolved_ind%TYPE,
                     p_data_origin  forcirn.forcirn_data_origin%TYPE DEFAULT NULL,
                     p_comment      forcirn.forcirn_comment%TYPE DEFAULT NULL)

Validates all data in the record.

Parameters
p_id   Unique internal identification number of the record. NUMBER(19) Required Key
p_status   The status of the notification . VARCHAR2(200) Required
p_status_date   The date of the status of the notification from the system activity . DATE Required
p_forcirr_id   Unique internal identification number of the routing recipient record. NUMBER(19) Required
p_user_id   The unique identification code of the user who last touched this record. VARCHAR2(120) Required
p_resolved_ind   Indicates the resolved status.
p_data_origin   Source system that created or updated the row. VARCHAR2(120)
p_comment   Recipient comment. VARCHAR2(4000)