DBA Data[Home] [Help]

APPS.BEN_CWB_PERSON_GROUPS_API dependencies on BEN_CWB_GROUP_HRCHY

Line 398: from ben_cwb_group_hrchy

394: ,p_ws_bdgt_iss_val number) is
395: --cursor to fetch the managers of the person
396: cursor csr_mgr_pil_ids(p_group_per_in_ler_id number) is
397: select mgr_per_in_ler_id
398: from ben_cwb_group_hrchy
399: where emp_per_in_ler_id = p_group_per_in_ler_id
400: and lvl_num > 0
401: order by lvl_num;
402: --