DBA Data[Home] [Help]

APPS.IGS_AS_SPL_CONS_APPL_PKG dependencies on IGS_AS_SPCL_CONS_CAT_PKG

Line 237: ELSIF NOT IGS_AS_SPCL_CONS_CAT_PKG.Get_PK_For_Validation (

233: END IF;
234: IF (((old_references.spcl_consideration_cat= new_references.spcl_consideration_cat)) OR
235: ((new_references.spcl_consideration_cat IS NULL))) THEN
236: NULL;
237: ELSIF NOT IGS_AS_SPCL_CONS_CAT_PKG.Get_PK_For_Validation (
238: new_references.spcl_consideration_cat
239: ) THEN
240: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
241: IGS_GE_MSG_STACK.ADD;