DBA Data[Home] [Help]

APPS.IGS_AD_GEN_014 dependencies on IGS_AD_APPL_PKG

Line 89: |-->IGS_AD_APPL_PKG.insert_row

85: |-->IGS_AD_VAL_AA.admp_val_aa_appl_dt
86: |-->IGS_AD_VAL_AA.admp_val_aa_aas
87: |-->IGS_AD_VAL_AA.admp_val_aa_afs
88: |-->IGS_AD_VAL_AA.admp_val_aa_tac_appl
89: |-->IGS_AD_APPL_PKG.insert_row
90:
91: Known limitations,enhancements,remarks:
92: Change History
93: Who When What

Line 94: rrengara 8-jul-2002 Added UK Parameters choice_number and routre pref to insert_adm_appl procedure for bug 2448262 and also added to igs_ad_appl_pkg.insert_row call

90:
91: Known limitations,enhancements,remarks:
92: Change History
93: Who When What
94: rrengara 8-jul-2002 Added UK Parameters choice_number and routre pref to insert_adm_appl procedure for bug 2448262 and also added to igs_ad_appl_pkg.insert_row call
95: rboddu 10-OCT-2002 Added the check for NULL Application Type. Bug: 2599457
96: rghosh 14-nov-2002 Added UK Parameters alt_appl_id to insert_adm_appl procedure for bug 2664410 and also added to igs_ad_appl_pkg.insert_row call
97: *****************************************************************************************/
98:

Line 96: rghosh 14-nov-2002 Added UK Parameters alt_appl_id to insert_adm_appl procedure for bug 2664410 and also added to igs_ad_appl_pkg.insert_row call

92: Change History
93: Who When What
94: rrengara 8-jul-2002 Added UK Parameters choice_number and routre pref to insert_adm_appl procedure for bug 2448262 and also added to igs_ad_appl_pkg.insert_row call
95: rboddu 10-OCT-2002 Added the check for NULL Application Type. Bug: 2599457
96: rghosh 14-nov-2002 Added UK Parameters alt_appl_id to insert_adm_appl procedure for bug 2664410 and also added to igs_ad_appl_pkg.insert_row call
97: *****************************************************************************************/
98:
99: --Local variables to check if the Security Policy exception already set or not. Ref: Bug 3919112
100: l_sc_encoded_text VARCHAR2(4000);

Line 328: IGS_AD_APPL_PKG.insert_row (

324: --Now insert the new record
325: --Populate the org id
326: l_org_id := igs_ge_gen_003.get_org_id;
327:
328: IGS_AD_APPL_PKG.insert_row (
329: X_Mode => 'R',
330: X_RowId => lv_rowid,
331: X_Person_Id => p_Person_Id,
332: X_Admission_Appl_Number => v_adm_appl_number,