DBA Data[Home] [Help]

APPS.BEN_CWB_PERSON_RATES_API dependencies on BEN_CWB_GROUP_HRCHY

Line 417: from ben_cwb_group_hrchy

413: p_rates_new csr_rates%rowtype) is
414: --cursor to fetch the managers of the person
415: cursor csr_mgr_pil_ids(p_group_per_in_ler_id number) is
416: select mgr_per_in_ler_id
417: from ben_cwb_group_hrchy
418: where emp_per_in_ler_id = p_group_per_in_ler_id
419: and lvl_num <> 0
420: order by lvl_num;
421: --