DBA Data[Home] [Help]

APPS.BEN_CWB_BACKOUT_POST_PROCESS dependencies on BEN_CWB_WKSHT_GRP

Line 932: ben_cwb_wksht_grp g

928:
929: cursor c_cwb_person_task is
930: select t.task_id, t.object_version_number, t.status_cd, t.task_last_update_date, g.wksht_grp_cd
931: from ben_cwb_person_tasks t,
932: ben_cwb_wksht_grp g
933: where t.group_per_in_ler_id = p_per_in_ler_id
934: and CWB_WKSHT_GRP_ID = t.task_id;
935:
936: BEGIN