DBA Data[Home] [Help]

APPS.IGS_AD_IMP_013 dependencies on IGS_PE_CREDENTIALS_PKG

Line 2247: igs_pe_credentials_pkg.update_row(

2243: p_status => l_status,
2244: p_error_code =>l_error_code
2245: );
2246: IF l_status ='1' THEN
2247: igs_pe_credentials_pkg.update_row(
2248: x_rowid => dup_cur_rec.rowid,
2249: x_credential_id => dup_cur_rec.credential_id,
2250: x_person_id => cp_dup_cur_rec.person_id,
2251: x_credential_type_id => cp_dup_cur_rec.credential_type_id,

Line 2369: igs_pe_credentials_pkg.insert_row(

2365: );
2366: IF l_status ='1' THEN
2367: l_rowid := NULL;
2368: l_credential_id := NULL;
2369: igs_pe_credentials_pkg.insert_row(
2370: x_rowid => l_rowid,
2371: x_credential_id => l_credential_id,
2372: x_person_id => cp_pe_cr_rec.person_id,
2373: x_credential_type_id => cp_pe_cr_rec.credential_type_id,