DBA Data[Home] [Help]

APPS.IGS_AD_SBM_PS_FNTRGT_PKG dependencies on IGS_FI_FUND_SRC_PKG

Line 327: IF NOT IGS_FI_FUND_SRC_PKG.Get_PK_For_Validation (

323: IF (((old_references.funding_source = new_references.funding_source)) OR
324: ((new_references.funding_source IS NULL))) THEN
325: NULL;
326: ELSE
327: IF NOT IGS_FI_FUND_SRC_PKG.Get_PK_For_Validation (
328: new_references.funding_source
329: ) THEN
330: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
331: IGS_GE_MSG_STACK.ADD;