DBA Data[Home] [Help]

APPS.IGS_FI_INVLN_INT_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 303: ELSIF NOT Igs_lookups_view_Pkg.Get_PK_For_Validation (

299:
300: IF (((old_references.s_chg_method_type = new_references.s_chg_method_type) OR
301: (new_references.s_chg_method_type IS NULL))) THEN
302: NULL;
303: ELSIF NOT Igs_lookups_view_Pkg.Get_PK_For_Validation (
304: 'CHG_METHOD',
305: new_references.s_chg_method_type
306: ) THEN
307: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');