DBA Data[Home] [Help]

APPS.HR_GB_PROCESS_P11D_ENTRIES_PKG dependencies on PAY_USER_COLUMN_INSTANCES_F

Line 2543: pay_user_column_instances_f i

2539: select to_number(i.value)
2540: from pay_user_tables t,
2541: pay_user_rows_f r,
2542: pay_user_columns c,
2543: pay_user_column_instances_f i
2544: where t.user_table_name = 'GB_CC_SCALE'
2545: and t.user_table_id = r.user_table_id
2546: and t.user_table_id = c.user_table_id
2547: and c.user_column_name = 'BEFORE_JAN_1_1998'