DBA Data[Home] [Help]

APPS.PAY_PTT_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 28: from per_business_groups_perf pbg

24: ) is
25: cursor csr_sec_grp is
26: select pbg.security_group_id,
27: pbg.legislation_code
28: from per_business_groups_perf pbg
29: , pay_user_tables_tl ptt
30: , pay_user_tables put
31: where ptt.user_table_id = p_user_table_id
32: and pbg.business_group_id = put.business_group_id;

Line 99: from per_business_groups_perf pbg

95: Return Varchar2 Is
96:
97: cursor csr_leg_code is
98: select pbg.legislation_code
99: from per_business_groups_perf pbg
100: , pay_user_tables_tl ptt
101: , pay_user_tables put
102: where ptt.user_table_id = p_user_table_id
103: and ptt.language = p_language