DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on BEN_REPORTING

Line 1838: from ben_reporting rep

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