DBA Data[Home] [Help]

APPS.PAY_PBF_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 29: from PER_BUSINESS_GROUPS_PERF pbg

25: -- Declare cursor
26: --
27: cursor csr_sec_grp is
28: select pbg.security_group_id,pbg.legislation_code
29: from PER_BUSINESS_GROUPS_PERF pbg
30: , pay_balance_feeds_f pbf
31: where pbf.balance_feed_id = p_balance_feed_id
32: and pbg.business_group_id = pbf.business_group_id;
33: --

Line 99: from per_business_groups_perf pbg

95: -- Declare cursor
96: --
97: cursor csr_leg_code is
98: select pbg.legislation_code
99: from per_business_groups_perf pbg
100: , pay_balance_feeds_f pbf
101: where pbf.balance_feed_id = p_balance_feed_id
102: and pbg.business_group_id (+) = pbf.business_group_id;
103: --