DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on BEN_BENEFIT_ACTIONS

Line 1839: ,ben_benefit_actions bft

1835: l_proc varchar2(80) := g_package||'.summary_by_action';
1836: Cursor c_reporting is
1837: Select count(*) amount, rep.rep_typ_cd
1838: from ben_reporting rep
1839: ,ben_benefit_actions bft
1840: where bft.benefit_action_id = rep.benefit_action_id
1841: and bft.request_id = p_concurrent_request_id
1842: and rep.rep_typ_cd in (p_cd_1, p_cd_2, p_cd_3, p_cd_4, p_cd_5
1843: ,p_cd_6, p_cd_7, p_cd_8, p_cd_9, p_cd_10)

Line 2125: from ben_benefit_actions bft,

2121: nvl(bnfg.name,l_all),
2122: conc.user_concurrent_program_name,
2123: fnd1.meaning,
2124: bft.date_from /* Bug 3517604 */
2125: from ben_benefit_actions bft,
2126: hr_lookups hr,
2127: hr_lookups hr1,
2128: hr_lookups hr2,
2129: hr_lookups hr3,