index

Package sb_studypath_name_rules

Support subprograms for the Study Path Name API (sb_studypath_name).


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_seqno              sorspnm.sorspnm_seqno%TYPE,
                            p_column             sorspnm.sorspnm_column%TYPE,
                            p_separator_cde      sorspnm.sorspnm_separator_cde%TYPE,
                            p_user               sorspnm.sorspnm_user%TYPE,
                            p_data_origin        sorspnm.sorspnm_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_seqno   This is the key to the record and defines the order the column will display in the name. NUMBER(2) Required Key
p_column   This is the column name that will be used to fill in the name. VARCHAR2(128) Required
p_separator_cde   The separator value for the components that make up the description of the study path. VARCHAR2(20) Required
p_user   The most recent user to update a record. VARCHAR2(120) Required
p_data_origin   Source system that generated the data. VARCHAR2(120) Required
p_internal_record_id   Database ROWID VARCHAR2(18) required


p_validate

Procedure p_validate(p_seqno         sorspnm.sorspnm_seqno%TYPE,
                     p_column        sorspnm.sorspnm_column%TYPE,
                     p_separator_cde sorspnm.sorspnm_separator_cde%TYPE,
                     p_user          sorspnm.sorspnm_user%TYPE,
                     p_data_origin   sorspnm.sorspnm_data_origin%TYPE)

Validates all data in the record.

Parameters
p_seqno   This is the key to the record and defines the order the column will display in the name. NUMBER(2) Required Key
p_column   This is the column name that will be used to fill in the name. VARCHAR2(128) Required
p_separator_cde   The separator value for the components that make up the description of the study path. VARCHAR2(20) Required
p_user   The most recent user to update a record. VARCHAR2(120) Required
p_data_origin   Source system that generated the data. VARCHAR2(120) Required