DBA Data[Home] [Help]

APPS.PAY_JP_DBI_PKG dependencies on PAY_USER_ROWS_F_TL

Line 32: pay_user_rows_f_tl tl

28: cursor csr_row(p_user_table_id in number) is
29: select b.row_low_range_or_name,
30: tl.row_low_range_or_name tl_row_low_range_or_name
31: from pay_user_rows_f b,
32: pay_user_rows_f_tl tl
33: where b.user_table_id = p_user_table_id
34: and b.legislation_code = 'JP'
35: and b.business_group_id is null
36: and tl.user_row_id = b.user_row_id