DBA Data[Home] [Help]

APPS.CSC_PROF_GROUP_CAT_PVT dependencies on CSC_PROF_GROUPS_VL

Line 581: from csc_prof_groups_vl

577: IS
578: p_Api_Name VARCHAR2(100) := 'Validate Group Id';
579: Cursor C1 is
580: Select NULL
581: from csc_prof_groups_vl
582: where group_id = P_GROUP_ID;
583: BEGIN
584:
585: -- Initialize message list if p_init_msg_list is set to TRUE.