DBA Data[Home] [Help]

APPS.PAY_FR_SICKNESS_CALC dependencies on PAY_USER_TABLES

Line 908: FROM pay_user_tables put, pay_user_rows_f purf

904: -- Cursor defined as part of bug #2651295
905: -- for fetching boundary values of rows of UDT
906: Cursor csr_row_value(c_table_name VARCHAR2, c_effective_date DATE) IS
907: SELECT row_low_range_or_name
908: FROM pay_user_tables put, pay_user_rows_f purf
909: WHERE put.user_table_name = c_table_name
910: AND put.user_table_id = purf.user_table_id
911: AND c_effective_date between effective_start_date and effective_end_date;
912: --