DBA Data[Home] [Help]

APPS.IGS_FI_HECS_PAY_OPTN_PKG dependencies on IGS_FI_GOV_HEC_PA_OP_PKG

Line 108: IF NOT IGS_FI_GOV_HEC_PA_OP_PKG.Get_PK_For_Validation (

104: IF (((old_references.govt_hecs_payment_option = new_references.govt_hecs_payment_option)) OR
105: ((new_references.govt_hecs_payment_option IS NULL))) THEN
106: NULL;
107: ELSE
108: IF NOT IGS_FI_GOV_HEC_PA_OP_PKG.Get_PK_For_Validation (
109: new_references.govt_hecs_payment_option
110: ) THEN
111: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
112: IGS_GE_MSG_STACK.ADD;