DBA Data[Home] [Help]

APPS.IGS_FI_FUND_SRC_PKG dependencies on IGS_PS_VAL_FS

Line 84: IF IGS_PS_VAL_FS.crsp_val_fs_govt (

80: IF p_inserting OR
81: (p_updating AND
82: ((old_references.govt_funding_source <> new_references.govt_funding_source) OR
83: (old_references.closed_ind = 'Y' AND new_references.closed_ind = 'N'))) THEN
84: IF IGS_PS_VAL_FS.crsp_val_fs_govt (
85: new_references.govt_funding_source,
86: v_message_name) = FALSE THEN
87: Fnd_Message.Set_Name('IGS',v_message_name);
88: IGS_GE_MSG_STACK.ADD;