DBA Data[Home] [Help]

APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on BEN_CWB_WKSHT_GRP

Line 1452: from ben_cwb_wksht_grp

1448: where emp_per_in_ler_id = cv_emp_pil_id;
1449: --
1450: cursor c_cwb_tasks(cv_pl_id in number) is
1451: select *
1452: from ben_cwb_wksht_grp
1453: where PL_ID = cv_PL_ID
1454: and STATUS_CD = 'A';
1455: --
1456: begin