DBA Data[Home] [Help]

APPS.PAY_LIV_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
29: from per_business_groups_perf pbg
30: , pay_link_input_values_f liv
31: , pay_element_links_f pel
32: where liv.link_input_value_id = p_link_input_value_id
33: and liv.element_link_id = pel.element_link_id

Line 95: from per_business_groups_perf pbg

91: -- Declare cursor
92: --
93: cursor csr_leg_code is
94: select pbg.legislation_code
95: from per_business_groups_perf pbg
96: , pay_link_input_values_f liv
97: , pay_element_links_f pel
98: where liv.link_input_value_id = p_link_input_value_id
99: and liv.element_link_id = pel.element_link_id