DBA Data[Home] [Help]

APPS.IGS_FI_INV_INT_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 239: ELSIF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation(

235:
236: IF (((old_references.waiver_reason = new_references.waiver_reason)) OR
237: ((new_references.waiver_reason IS NULL))) THEN
238: NULL;
239: ELSIF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation(
240: 'IGS_FI_WAIVER_REASON',
241: new_references.waiver_reason
242: )THEN
243: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');

Line 251: ELSIF NOT Igs_lookups_view_Pkg.Get_PK_For_Validation (

247:
248: IF (((old_references.status = new_references.status) OR
249: (new_references.status IS NULL))) THEN
250: NULL;
251: ELSIF NOT Igs_lookups_view_Pkg.Get_PK_For_Validation (
252: 'STATUS',
253: new_references.status
254: ) THEN
255: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');

Line 263: ELSIF NOT Igs_lookups_view_Pkg.Get_PK_For_Validation (

259:
260: IF (((old_references.transaction_type = new_references.transaction_type) OR
261: (new_references.transaction_type IS NULL))) THEN
262: NULL;
263: ELSIF NOT Igs_lookups_view_Pkg.Get_PK_For_Validation (
264: 'TRANSACTION_TYPE',
265: new_references.transaction_type
266: ) THEN
267: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');