DBA Data[Home] [Help]

APPS.IGS_FI_FEE_CAT_PKG dependencies on IGS_FI_VAL_FC

Line 70: IF IGS_FI_VAL_FC.finp_val_fc_clsd_upd (

66: v_message_name varchar2(30);
67: BEGIN
68: -- Validate Fee Category can be closed.
69: IF (p_updating AND (old_references.closed_ind <> new_references.closed_ind)) THEN
70: IF IGS_FI_VAL_FC.finp_val_fc_clsd_upd (
71: new_references.fee_cat,
72: new_references.closed_ind,
73: v_message_name) = FALSE THEN
74: Fnd_Message.Set_Name('IGS',v_message_name);