index

Package sb_transcript_name_rules

Support subprograms for the Transcript Type Name Hierarchy API (sb_transcript_name).


Program units
p_register_entity  
p_validate  


p_register_entity

Procedure p_register_entity(
    p_operation_type            NUMBER,
    p_tprt_code                 shrtrnm.shrtrnm_tprt_code%TYPE,
    p_name_seqno                shrtrnm.shrtrnm_name_seqno%TYPE,
    p_trns_code                 shrtrnm.shrtrnm_trns_code%TYPE,
    p_user_id                   shrtrnm.shrtrnm_user_id%TYPE DEFAULT gb_common.f_sct_user,
    p_data_origin               shrtrnm.shrtrnm_data_origin%TYPE,
    p_ntyp_code                 shrtrnm.shrtrnm_ntyp_code%TYPE DEFAULT dml_common.f_unspecified_string,
    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 the all parameters.

Parameters
p_operation_type   Type of DML operation: create, update, delete. NUMBER Required
p_tprt_code   Transcript type code. VARCHAR2(4) Required Key
p_name_seqno   Priority order in which the name sources are to be used. NUMBER(4) Required Key
p_trns_code   Source of name from Banner that is to be printed on the transcript. VARCHAR2(10) Required
p_user_id   Most recent user to create or update the record. VARCHAR2(30) Required
p_data_origin   Data origin of the insert or update to the record. VARCHAR2(30) Required
p_ntyp_code   Name type code for sources that require a name type. VARCHAR2(4)
p_internal_record_id   Database ROWID. VARCHAR2(18) required


p_validate

Procedure p_validate(
    p_tprt_code                 shrtrnm.shrtrnm_tprt_code%TYPE,
    p_name_seqno                shrtrnm.shrtrnm_name_seqno%TYPE,
    p_trns_code                 shrtrnm.shrtrnm_trns_code%TYPE,
    p_user_id                   shrtrnm.shrtrnm_user_id%TYPE DEFAULT gb_common.f_sct_user,
    p_data_origin               shrtrnm.shrtrnm_data_origin%TYPE,
    p_ntyp_code                 shrtrnm.shrtrnm_ntyp_code%TYPE DEFAULT dml_common.f_unspecified_string)

Validates all the data in the record.

Parameters
p_tprt_code   Transcript type code. VARCHAR2(4) Required Key
p_name_seqno   Priority order in which the name sources are to be used. NUMBER(4) Required Key
p_trns_code   Source of name from Banner that is to be printed on the transcript. VARCHAR2(10) Required
p_user_id   Most recent user to create or update the record. VARCHAR2(30) Required
p_data_origin   Data origin of the insert or update to the record. VARCHAR2(30) Required
p_ntyp_code   Name type code for sources that require a name type. VARCHAR2(4)