DBA Data[Home] [Help]

APPS.IGS_AD_SBMAO_FN_UITT_PKG dependencies on IGS_FI_FUND_SRC_PKG

Line 193: IF NOT IGS_FI_FUND_SRC_PKG.Get_PK_For_Validation (

189: IF (((old_references.funding_source = new_references.funding_source)) OR
190: ((new_references.funding_source IS NULL))) THEN
191: NULL;
192: ELSE
193: IF NOT IGS_FI_FUND_SRC_PKG.Get_PK_For_Validation (
194: new_references.funding_source
195: )THEN
196: FND_MESSAGE.SET_NAME('FND','FORM_RECORD_DELETED');
197: IGS_GE_MSG_STACK.ADD;