DBA Data[Home] [Help]

APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_FI_HECS_PAY_OPTN_PKG

Line 3029: IF NOT IGS_FI_HECS_PAY_OPTN_PKG.Get_PK_For_Validation (

3025: IF (((old_references.hecs_payment_option = new_references.hecs_payment_option)) OR
3026: ((new_references.hecs_payment_option IS NULL))) THEN
3027: NULL;
3028: ELSE
3029: IF NOT IGS_FI_HECS_PAY_OPTN_PKG.Get_PK_For_Validation (
3030: new_references.hecs_payment_option
3031: )THEN
3032: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');
3033: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_HECS_PAY_OPT'));