DBA Data[Home] [Help]

APPS.IGS_AD_SBMAO_FN_AMTT_PKG dependencies on IGS_FI_FUND_SRC_PKG

Line 213: IF NOT IGS_FI_FUND_SRC_PKG.Get_PK_For_Validation (

209: IF (((old_references.funding_source = new_references.funding_source)) OR
210: ((new_references.funding_source IS NULL))) THEN
211: NULL;
212: ELSE
213: IF NOT IGS_FI_FUND_SRC_PKG.Get_PK_For_Validation (
214: new_references.funding_source
215: )THEN
216: FND_MESSAGE.SET_NAME('FND','FORM_RECORD_DELETED');
217: IGS_GE_MSG_STACK.ADD;