DBA Data[Home] [Help]

APPS.PAY_APM_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 30: from per_business_groups_perf pbg

26: --
27: cursor csr_sec_grp is
28: select pbg.security_group_id,
29: pbg.legislation_code
30: from per_business_groups_perf pbg
31: , pay_au_process_modules apm
32: , pay_au_processes app
33: where apm.process_module_id = p_process_module_id
34: and pbg.business_group_id(+) = app.business_group_id

Line 104: from per_business_groups_perf pbg

100: -- Declare cursor
101: --
102: cursor csr_leg_code is
103: select pbg.legislation_code
104: from per_business_groups_perf pbg
105: , pay_au_process_modules apm
106: , pay_au_processes app
107: where apm.process_module_id = p_process_module_id
108: and pbg.business_group_id(+) = app.business_group_id