DBA Data[Home] [Help]

APPS.HR_PPVOL dependencies on PAY_USER_COLUMNS

Line 746: from pay_user_columns C

742: select c.user_column_id,
743: r.user_row_id,
744: t.user_table_id
745: into column_id,row_id,table_id
746: from pay_user_columns C
747: ,pay_user_rows_f R
748: ,pay_user_tables T
749: where t.user_table_name='EXCHANGE_RATE_TYPES'
750: and t.USER_ROW_TITLE='Processing Type'