DBA Data[Home] [Help]

APPS.IGS_AD_OFR_RESP_STAT_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 173: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (

169: IF (((old_references.s_adm_offer_resp_status = new_references.s_adm_offer_resp_status)) OR
170: ((new_references.s_adm_offer_resp_status IS NULL))) THEN
171: NULL;
172: ELSE
173: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (
174: 'ADM_OFFER_RESP_STATUS',new_references.s_adm_offer_resp_status
175: ) THEN
176: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
177: IGS_GE_MSG_STACK.ADD;