DBA Data[Home] [Help]

APPS.CSC_UTILS dependencies on CSC_PROF_GROUPS_B

Line 113: function Isvalid_dashboard_group_id(p_group_id in csc_prof_groups_b.group_id%TYPE) return boolean;

109: -- a dashborad group. If it is a dashboard group
110: -- then the function returns 'Y'. If not, then the
111: -- function returns 'N'.
112: */
113: function Isvalid_dashboard_group_id(p_group_id in csc_prof_groups_b.group_id%TYPE) return boolean;
114:
115: END CSC_UTILS;