DBA Data[Home] [Help]

APPS.IGS_AD_SBMAO_FN_CTTT_PKG dependencies on IGS_FI_FUND_SRC_PKG

Line 207: IF NOT IGS_FI_FUND_SRC_PKG.Get_PK_For_Validation (

203: IF (((old_references.funding_source = new_references.funding_source)) OR
204: ((new_references.funding_source IS NULL))) THEN
205: NULL;
206: ELSE
207: IF NOT IGS_FI_FUND_SRC_PKG.Get_PK_For_Validation (
208: new_references.funding_source
209: )THEN
210: FND_MESSAGE.SET_NAME('FND','FORM_RECORD_DELETED');
211: IGS_GE_MSG_STACK.ADD;