DBA Data[Home] [Help]

APPS.IGS_GR_CRMN_ROUND_PKG dependencies on IGS_GR_VAL_CRD

Line 91: IF IGS_GR_VAL_CRD.grdp_val_ci_grad(

87: v_message_name VARCHAR2(30);
88: BEGIN
89: -- Validate the graduation cal instance is of the correct category and status
90: IF p_inserting THEN
91: IF IGS_GR_VAL_CRD.grdp_val_ci_grad(
92: new_references.grd_cal_type,
93: v_message_name) = FALSE THEN
94: Fnd_Message.Set_Name('IGS', v_message_name);
95: IGS_GE_MSG_STACK.ADD;