DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on BEN_BENEFIT_ACTIONS

Line 1849: ,ben_benefit_actions bft

1845: l_proc varchar2(80) := g_package||'.summary_by_action';
1846: Cursor c_reporting is
1847: Select count(*) amount, rep.rep_typ_cd
1848: from ben_reporting rep
1849: ,ben_benefit_actions bft
1850: where bft.benefit_action_id = rep.benefit_action_id
1851: and bft.request_id = p_concurrent_request_id
1852: and rep.rep_typ_cd in (p_cd_1, p_cd_2, p_cd_3, p_cd_4, p_cd_5
1853: ,p_cd_6, p_cd_7, p_cd_8, p_cd_9, p_cd_10)

Line 2135: from ben_benefit_actions bft,

2131: nvl(bnfg.name,l_all),
2132: conc.user_concurrent_program_name,
2133: fnd1.meaning,
2134: bft.date_from /* Bug 3517604 */
2135: from ben_benefit_actions bft,
2136: hr_lookups hr,
2137: hr_lookups hr1,
2138: hr_lookups hr2,
2139: hr_lookups hr3,