DBA Data[Home] [Help]

APPS.IGS_AD_IMP_011 dependencies on IGS_PE_RES_DTLS_PKG

Line 778: Igs_Pe_Res_Dtls_Pkg.Insert_Row (

774: END IF;
775:
776: -- there is no need to check for date overlap anymore (SWSCR01,02,04)
777:
778: Igs_Pe_Res_Dtls_Pkg.Insert_Row (
779: X_Mode => 'R',
780: X_RowId => l_rowid,
781: X_Resident_Details_Id => l_Resident_Details_Id,
782: X_Person_Id => res_dtl_rec.Person_Id,

Line 861: igs_pe_res_dtls_pkg.update_row (

857:
858: BEGIN
859:
860:
861: igs_pe_res_dtls_pkg.update_row (
862: x_rowid => c_null_hdlg_res_cur_rec.ROWID,
863: X_RESIDENT_DETAILS_ID => c_null_hdlg_res_cur_rec.RESIDENT_DETAILS_ID,
864: x_person_id => c_null_hdlg_res_cur_rec.person_id,
865: X_RESIDENCY_CLASS_CD => res_dtl_rec.RESIDENCY_CLASS_CD ,