DBA Data[Home] [Help]

APPS.PAY_IN_REPORTS_PKG dependencies on PAY_USER_TABLES

Line 519: FROM pay_user_tables

515: SELECT fnd_number.canonical_to_number(row_low_range_or_name) min_sal,
516: fnd_number.canonical_to_number(row_high_range) max_sal
517: FROM pay_user_rows_f
518: WHERE user_table_id IN (SELECT user_table_id
519: FROM pay_user_tables
520: WHERE user_table_name LIKE 'India Professional Tax Rate for MH'
521: AND legislation_code ='IN')
522: AND p_period_start BETWEEN effective_start_date and effective_end_date
523: ORDER BY user_row_id;