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 1526: -- Populate ben_cwb_person tasks

1522: end if;
1523: --
1524: close c_cwb_hrchy;
1525: --
1526: -- Populate ben_cwb_person tasks
1527: --
1528: for l_cwb_tasks in c_cwb_tasks(p_group_pl_id) loop
1529: --
1530: insert into ben_cwb_person_tasks

Line 1530: insert into ben_cwb_person_tasks

1526: -- Populate ben_cwb_person tasks
1527: --
1528: for l_cwb_tasks in c_cwb_tasks(p_group_pl_id) loop
1529: --
1530: insert into ben_cwb_person_tasks
1531: (GROUP_PER_IN_LER_ID
1532: ,TASK_ID
1533: ,GROUP_PL_ID
1534: ,LF_EVT_OCRD_DT

Line 1881: * ben_cwb_person_tasks.

1877: *
1878: * Delete data from ben_cwb_person_rates, ben_cwb_person_groups,
1879: * ben_per_in_ler, ben_ptnl_ler_for_per, ben_pil_elctbl_chc_popl,
1880: * ben_elig_per_elctbl_chc, ben_group_heirarchy,
1881: * ben_cwb_person_tasks.
1882: */
1883: if g_debug then
1884: l_package := g_package||'.del_all_cwb_pils';
1885: hr_utility.set_location ('Entering '||l_package,10);