DBA Data[Home] [Help]

APPS.IGS_AD_CNDNL_OFRSTAT_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 153: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (

149: IF (((old_references.s_adm_cndtnl_offer_status = new_references.s_adm_cndtnl_offer_status)) OR
150: ((new_references.s_adm_cndtnl_offer_status IS NULL))) THEN
151: NULL;
152: ELSE
153: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (
154: 'ADM_CNDTNL_OFFER_STATUS',
155: new_references.s_adm_cndtnl_offer_status ) THEN
156: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
157: IGS_GE_MSG_STACK.ADD;