DBA Data[Home] [Help]

APPS.IGS_AS_SPL_CONS_APPL_PKG dependencies on IGS_AS_SPCL_CONS_OUT_PKG

Line 191: ELSIF NOT IGS_AS_SPCL_CONS_OUT_PKG.Get_PK_For_Validation (

187: BEGIN
188: IF (((old_references.sought_outcome = new_references.sought_outcome)) OR
189: ((new_references.sought_outcome IS NULL))) THEN
190: NULL;
191: ELSIF NOT IGS_AS_SPCL_CONS_OUT_PKG.Get_PK_For_Validation (
192: new_references.sought_outcome
193: ) THEN
194: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
195: IGS_GE_MSG_STACK.ADD;

Line 202: ELSIF NOT IGS_AS_SPCL_CONS_OUT_PKG.Get_PK_For_Validation (

198: END IF;
199: IF (((old_references.spcl_consideration_outcome= new_references.spcl_consideration_outcome)) OR
200: ((new_references.spcl_consideration_outcome IS NULL))) THEN
201: NULL;
202: ELSIF NOT IGS_AS_SPCL_CONS_OUT_PKG.Get_PK_For_Validation (
203: new_references.spcl_consideration_outcome
204: ) THEN
205: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
206: IGS_GE_MSG_STACK.ADD;