DBA Data[Home] [Help]

APPS.IGS_AD_APPL_PKG dependencies on IGS_GE_GEN_003

Line 1228: --smvk 14-Feb-2002 Call to igs_ge_gen_003.get_org_id w.r.t SWCR006

1224: ------------------------------------------------------------------
1225: --Change History:
1226: --Who When What
1227: --ravishar 25-May-2005 Security related changes(Bug- 4344197)
1228: --smvk 14-Feb-2002 Call to igs_ge_gen_003.get_org_id w.r.t SWCR006
1229: --smadathi 12-Feb-2002 Bug 2217104. Added columns choice_number,routeb_pref
1230: -------------------------------------------------------------------
1231: cursor C is select ROWID from IGS_AD_APPL_ALL
1232: where PERSON_ID = X_PERSON_ID

Line 1275: x_org_id => igs_ge_gen_003.get_org_id,

1271:
1272: Before_DML (
1273: p_action => 'INSERT',
1274: x_rowid => X_ROWID,
1275: x_org_id => igs_ge_gen_003.get_org_id,
1276: x_person_id => X_PERSON_ID,
1277: x_admission_appl_number => X_ADMISSION_APPL_NUMBER,
1278: x_appl_dt => Nvl(X_APPL_DT, SYSDATE),
1279: x_acad_cal_type => X_ACAD_CAL_TYPE,