DBA Data[Home] [Help]

APPS.IGS_FI_EL_RNG_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 354: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (

350: IF (((old_references.s_chg_method_type = new_references.s_chg_method_type)) OR
351: ((new_references.s_chg_method_type IS NULL))) THEN
352: NULL;
353: ELSE
354: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (
355: 'CHG_METHOD',
356: new_references.s_chg_method_type
357: ) THEN
358: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');