DBA Data[Home] [Help]

APPS.GHR_GHRWS52L dependencies on PAY_USER_TABLES

Line 265: FROM pay_user_tables

261: -- cursor added by skutteti to identify whether the user entered retained pay table is a special table.
262: --
263: CURSOR c_special_pay_table (pay_table_id varchar2) is
264: SELECT user_table_id
265: FROM pay_user_tables
266: WHERE user_table_id = pay_table_id
267: AND upper(user_table_name) like upper('%SPECIAL%RATE%');
268: -- cursor added by vravikan for converting basic pay for pay plans having equivalent pay plan as 'FW'
269: -- Bug# 963123