DBA Data[Home] [Help]

APPS.IGS_AD_SBM_AOU_FNDTT_PKG dependencies on IGS_FI_FUND_SRC_PKG

Line 180: IF NOT IGS_FI_FUND_SRC_PKG.Get_PK_For_Validation (

176: IF (((old_references.funding_source = new_references.funding_source)) OR
177: ((new_references.funding_source IS NULL))) THEN
178: NULL;
179: ELSE
180: IF NOT IGS_FI_FUND_SRC_PKG.Get_PK_For_Validation (
181: new_references.funding_source
182: )THEN
183: FND_MESSAGE.SET_NAME('FND','FORM_RECORD_DELETED');
184: IGS_GE_MSG_STACK.ADD;