DBA Data[Home] [Help]

APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on BEN_CWB_PERSON_TASKS

Line 102: 01 Dec 04 pbodla 115.36 ACCESS_CD in ben_cwb_person_tasks

98: sum_oipl_rates_and_upd_pl_rate
99: 17 Nov 04 pbodla 115.35 Bug 3510081 : data model changes
100: and code changes for auto allocation
101: of budgets.
102: 01 Dec 04 pbodla 115.36 ACCESS_CD in ben_cwb_person_tasks
103: is populated with UP
104: 06-Dec-04 bmanyam 115.37 Bug: 3979082. Use AME Hierarchy to
105: fetch manager hierarchy.
106: 06-Dec-04 bmanyam 115.38 Bug: 3979082. Use RULE to

Line 1489: -- Populate ben_cwb_person tasks

1485: end if;
1486: --
1487: close c_cwb_hrchy;
1488: --
1489: -- Populate ben_cwb_person tasks
1490: --
1491: for l_cwb_tasks in c_cwb_tasks(p_group_pl_id) loop
1492: --
1493: insert into ben_cwb_person_tasks

Line 1493: insert into ben_cwb_person_tasks

1489: -- Populate ben_cwb_person tasks
1490: --
1491: for l_cwb_tasks in c_cwb_tasks(p_group_pl_id) loop
1492: --
1493: insert into ben_cwb_person_tasks
1494: (GROUP_PER_IN_LER_ID
1495: ,TASK_ID
1496: ,GROUP_PL_ID
1497: ,LF_EVT_OCRD_DT

Line 1836: * ben_cwb_person_tasks.

1832: *
1833: * Delete data from ben_cwb_person_rates, ben_cwb_person_groups,
1834: * ben_per_in_ler, ben_ptnl_ler_for_per, ben_pil_elctbl_chc_popl,
1835: * ben_elig_per_elctbl_chc, ben_group_heirarchy,
1836: * ben_cwb_person_tasks.
1837: */
1838: if g_debug then
1839: l_package := g_package||'.del_all_cwb_pils';
1840: hr_utility.set_location ('Entering '||l_package,10);