DBA Data[Home] [Help]

APPS.IGS_AD_PRC_TAC_OFFER dependencies on IGS_PE_ALT_PERS_ID_PKG

Line 19: Modified the the signatute of call to TBH IGS_PE_ALT_PERS_ID_PKG.INSERT_ROW

15: new columns being added to IGS_AD_PS_APPL_INST
16: knag 21-Nov-2002 Added new parameters to admp_ins_adm_appl for bug 2664410
17: and new parameters to call to igs_ad_appl_pkg.insert_row
18: pkpatel 01-DEC-2002 Bug NO: 2599109 (Sevis DLD)
19: Modified the the signatute of call to TBH IGS_PE_ALT_PERS_ID_PKG.INSERT_ROW
20: anilk 18-FEB-2003 Bug#2784198
21: Added closed_ind = 'N' to where clause for cursor c_hl
22: asbala 12-nov-03 3227107: address changes - signature of igs_pe_person_addr_pkg.insert_row and update_row changed
23: gmaheswa 19-Nov-2003 3227107: Modified cursor c_pa in admp_ins_person_addr to select records having active status.

Line 2082: IGS_PE_ALT_PERS_ID_Pkg.Insert_Row (

2078: OPEN c_api;
2079: FETCH c_api INTO v_api_person_id;
2080: IF (c_api%NOTFOUND) THEN
2081:
2082: IGS_PE_ALT_PERS_ID_Pkg.Insert_Row (
2083: X_Mode => 'R',
2084: X_RowId => lv_rowid,
2085: X_Pe_Person_Id => p_person_id,
2086: X_Api_Person_Id => p_alt_person_id,