DBA Data[Home] [Help]

APPS.IGS_PE_GEN_004 dependencies on IGS_PE_CREDENTIALS_PKG

Line 877: igs_pe_credentials_pkg.insert_row (

873: );
874:
875: P_FILE_ID := l_fileid;
876:
877: igs_pe_credentials_pkg.insert_row (
878: x_mode => 'R',
879: x_rowid => lv_rowid,
880: x_credential_id => l_credential_id,
881: x_person_id => P_PERSON_ID,

Line 946: igs_pe_credentials_pkg.delete_row(

942: SELECT ROWID INTO l_rowid
943: FROM igs_pe_credentials
944: WHERE credential_id = P_CREDENTIAL_ID;
945:
946: igs_pe_credentials_pkg.delete_row(
947: x_rowid => l_rowid
948: );
949:
950: EXCEPTION