DBA Data[Home] [Help]

APPS.IGS_FI_FEE_AS_RATE_PKG dependencies on IGS_FI_GOV_HEC_PA_OP_PKG

Line 803: IF NOT IGS_FI_GOV_HEC_PA_OP_PKG.Get_PK_For_Validation (

799: IF (((old_references.govt_hecs_payment_option = new_references.govt_hecs_payment_option)) OR
800: ((new_references.govt_hecs_payment_option IS NULL))) THEN
801: NULL;
802: ELSE
803: IF NOT IGS_FI_GOV_HEC_PA_OP_PKG.Get_PK_For_Validation (
804: new_references.govt_hecs_payment_option
805: ) THEN
806: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
807: IGS_GE_MSG_STACK.ADD;