DBA Data[Home] [Help]

APPS.IGS_EN_DCNT_REASONCD_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 238: IF NOT IGS_LOOKUPS_VIEW_Pkg.Get_PK_For_Validation (

234: IF (((old_references.s_discontinuation_reason_type = new_references.s_discontinuation_reason_type)) OR
235: ((new_references.s_discontinuation_reason_type IS NULL))) THEN
236: NULL;
237: ELSE
238: IF NOT IGS_LOOKUPS_VIEW_Pkg.Get_PK_For_Validation (
239: 'DISCONTINUATION_REASON_TYPE',
240: new_references.s_discontinuation_reason_type
241: )THEN
242: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');