DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on BEN_REPORTING

Line 1848: from ben_reporting rep

1844: ) is
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