DBA Data[Home] [Help]

APPS.PAY_JP_DBI_PKG dependencies on PAY_USER_TABLES

Line 20: from pay_user_tables b,

16: b.user_table_name,
17: b.user_row_title,
18: tl.user_table_name tl_user_table_name,
19: tl.user_row_title tl_user_row_title
20: from pay_user_tables b,
21: pay_user_tables_tl tl
22: where b.range_or_match = p_range_or_match
23: and b.legislation_code = 'JP'
24: and b.business_group_id is null

Line 21: pay_user_tables_tl tl

17: b.user_row_title,
18: tl.user_table_name tl_user_table_name,
19: tl.user_row_title tl_user_row_title
20: from pay_user_tables b,
21: pay_user_tables_tl tl
22: where b.range_or_match = p_range_or_match
23: and b.legislation_code = 'JP'
24: and b.business_group_id is null
25: and tl.user_table_id = b.user_table_id