index

Package sb_transcript_name_source_rul

Support subprograms for the Transcript Name Source API (sb_transcript_name_source).


Program units
p_register_entity  
p_validate  


p_register_entity

Procedure p_register_entity(
    p_operation_type            NUMBER,
    p_trns_code                 shrtrns.shrtrns_trns_code%TYPE,
    p_sys_req_ind               shrtrns.shrtrns_sys_req_ind%TYPE,
    p_edi_ind                   shrtrns.shrtrns_edi_ind%TYPE,
    p_ntyp_ind                  shrtrns.shrtrns_ntyp_ind%TYPE,
    p_degr_ind                  shrtrns.shrtrns_degr_ind%TYPE,
    p_data_origin               shrtrns.shrtrns_data_origin%TYPE,
    p_user_id                   shrtrns.shrtrns_user_id%TYPE DEFAULT gb_common.f_sct_user,
    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_trns_code   Source of the name from Banner that is to be printed on the transcript. VARCHAR2(10) Required Key
p_sys_req_ind   Y/N indicator for whether the name source is required. VARCHAR2(1) Required
p_edi_ind   Y/N indicator for whether the name source is allowed for EDI transcripts. VARCHAR2(1) Required
p_ntyp_ind   Y/N indicator for whether the name source allows a name type to be entered. VARCHAR2(1) Required
p_degr_ind   Y/N indicator for whether the name source allows a degree sequence to be entered for the diploma name. VARCHAR2(1) Required
p_data_origin   Origin of the data. VARCHAR2(30) Required
p_user_id   Most recent user to create or update the record. VARCHAR2(30) Required
p_internal_record_id   Database ROWID. VARCHAR2(18) required


p_validate

Procedure p_validate(
    p_trns_code                 shrtrns.shrtrns_trns_code%TYPE,
    p_sys_req_ind               shrtrns.shrtrns_sys_req_ind%TYPE,
    p_edi_ind                   shrtrns.shrtrns_edi_ind%TYPE,
    p_ntyp_ind                  shrtrns.shrtrns_ntyp_ind%TYPE,
    p_degr_ind                  shrtrns.shrtrns_degr_ind%TYPE,
    p_data_origin               shrtrns.shrtrns_data_origin%TYPE,
    p_user_id                   shrtrns.shrtrns_user_id%TYPE DEFAULT gb_common.f_sct_user)

Validates all the data in the record.

Parameters
p_trns_code   Source of the name from Banner that is to be printed on the transcript. VARCHAR2(10) Required Key
p_sys_req_ind   Y/N indicator for whether the name source is required. VARCHAR2(1) Required
p_edi_ind   Y/N indicator for whether the name source is allowed for EDI transcripts. VARCHAR2(1) Required
p_ntyp_ind   Y/N indicator for whether the name source allows a name type to be entered. VARCHAR2(1) Required
p_degr_ind   Y/N indicator for whether the name source allows a degree sequence to be entered for the diploma name. VARCHAR2(1) Required
p_data_origin   Origin of the data. VARCHAR2(30) Required
p_user_id   Most recent user to create or update the record. VARCHAR2(30) Required