DBA Data[Home] [Help]

APPS.IGS_AD_PS_APLINSTHST_PKG dependencies on IGS_FI_HECS_PAY_OPTN_PKG

Line 511: IF NOT IGS_FI_HECS_PAY_OPTN_PKG.Get_PK_For_Validation (

507: IF (((old_references.hecs_payment_option = new_references.hecs_payment_option)) OR
508: ((new_references.hecs_payment_option IS NULL))) THEN
509: NULL;
510: ELSE
511: IF NOT IGS_FI_HECS_PAY_OPTN_PKG.Get_PK_For_Validation (
512: new_references.hecs_payment_option
513: )THEN
514: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');
515: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_HECS_PAY_OPT'));