DBA Data[Home] [Help]

APPS.PAY_PTT_BUS dependencies on PAY_USER_TABLES_TL

Line 29: , pay_user_tables_tl ptt

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;
33:

Line 100: , pay_user_tables_tl ptt

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
104: and pbg.business_group_id = put.business_group_id;