DBA Data[Home] [Help]

APPS.PAY_SG_DEDUCTIONS dependencies on PAY_USER_COLUMNS

Line 176: ,pay_user_columns col

172: ,p_date_earned DATE)
173: is
174: select CINST.value
175: from pay_user_tables tab
176: ,pay_user_columns col
177: ,pay_user_rows_f r
178: ,pay_user_column_instances_f cinst
179: where tab.user_table_name = 'FWL_RATES'
180: and col.user_table_id = tab.user_table_id

Line 410: ,pay_user_columns col

406: ,p_date_earned DATE)
407: is
408: select CINST.value
409: from pay_user_tables tab
410: ,pay_user_columns col
411: ,pay_user_rows_f r
412: ,pay_user_column_instances_f cinst
413: where tab.user_table_name = 'FWL_RATES'
414: and col.user_table_id = tab.user_table_id