index

Package BANINST1.fb_circulation_step_rules

Support subprograms for the CIRCULATION_STEP (fb_circulation_step).


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                 forcirs.forcirs_id%TYPE,
                            p_fobcirh_id         forcirs.forcirs_fobcirh_id%TYPE,
                            p_complete_ind       forcirs.forcirs_complete_ind%TYPE,
                            p_duplicate_ind      forcirs.forcirs_duplicate_ind%TYPE,
                            p_user_id            forcirs.forcirs_user_id%TYPE DEFAULT gb_common.f_sct_user,
                            p_data_origin        forcirs.forcirs_data_origin%TYPE,
                            p_order              forcirs.forcirs_order%TYPE,
                            p_type               forcirs.forcirs_type%TYPE,
                            p_responses_required forcirs.forcirs_responses_required%TYPE,
                            p_forcirs_id         forcirs.forcirs_forcirs_id%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_fobcirh_id   Unique internal identification number of the circulation record. NUMBER(19) Required
p_complete_ind   Indicates if this routing step is complete or not. VARCHAR2(4) Required
p_duplicate_ind   Indicates if this routing step is a duplicate or not. VARCHAR2(4) Required
p_user_id   The unique identification code of the user who last touched this record. VARCHAR2(120) Required
p_data_origin   Source system that created or updated the row. VARCHAR2(120)
p_order   The order of this step in the overall Circulation. NUMBER(8)
p_type   Person or Chain. VARCHAR2(4)
p_responses_required   Used to establish the number of routing recipient responses required in order to declare this step complete. NUMBER(3)
p_forcirs_id   Unique internal identification number of the circulation parent record to support hierarchical processing. NUMBER(19)
p_internal_record_id   Database ROWID VARCHAR2(18) required


p_validate

Procedure p_validate(p_id                 forcirs.forcirs_id%TYPE,
                     p_fobcirh_id         forcirs.forcirs_fobcirh_id%TYPE,
                     p_complete_ind       forcirs.forcirs_complete_ind%TYPE,
                     p_duplicate_ind      forcirs.forcirs_duplicate_ind%TYPE,
                     p_user_id            forcirs.forcirs_user_id%TYPE DEFAULT gb_common.f_sct_user,
                     p_data_origin        forcirs.forcirs_data_origin%TYPE DEFAULT NULL,
                     p_order              forcirs.forcirs_order%TYPE DEFAULT NULL,
                     p_type               forcirs.forcirs_type%TYPE DEFAULT NULL,
                     p_responses_required forcirs.forcirs_responses_required%TYPE DEFAULT NULL,
                     p_forcirs_id         forcirs.forcirs_forcirs_id%TYPE DEFAULT NULL)

Validates all data in the record.

Parameters
p_id   Unique internal identification number of the record. NUMBER(19) Required Key
p_fobcirh_id   Unique internal identification number of the circulation record. NUMBER(19) Required
p_complete_ind   Indicates if this routing step is complete or not. VARCHAR2(4) Required
p_duplicate_ind   Indicates if this routing step is a duplicate or not. VARCHAR2(4) Required
p_user_id   The unique identification code of the user who last touched this record. VARCHAR2(120) Required
p_data_origin   Source system that created or updated the row. VARCHAR2(120)
p_order   The order of this step in the overall Circulation. NUMBER(8)
p_type   Person or Chain. VARCHAR2(4)
p_responses_required   Used to establish the number of routing recipient responses required in order to declare this step complete. NUMBER(3)
p_forcirs_id   Unique internal identification number of the circulation parent record to support hierarchical processing. NUMBER(19)