DBA Data[Home] [Help]

APPS.IGS_AD_CT_HECS_PAYOP_PKG dependencies on IGS_FI_HECS_PAY_OPTN_PKG

Line 132: IF NOT IGS_FI_HECS_PAY_OPTN_PKG.Get_PK_For_Validation (

128: IF (((old_references.hecs_payment_option = new_references.hecs_payment_option)) OR
129: ((new_references.hecs_payment_option IS NULL))) THEN
130: NULL;
131: ELSE
132: IF NOT IGS_FI_HECS_PAY_OPTN_PKG.Get_PK_For_Validation (
133: new_references.hecs_payment_option )THEN
134: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
135: IGS_GE_MSG_STACK.ADD;
136: App_Exception.Raise_Exception;