DBA Data[Home] [Help]

APPS.HR_RO_LOCATION_VAL dependencies on PAY_USER_TABLES

Line 24: pay_user_tables put,

20: cursor csr_locality_valid is
21: select 'x'
22: from pay_user_column_instances_f pucif,
23: pay_user_columns puc,
24: pay_user_tables put,
25: pay_user_rows_f purf
26: where pucif.VALUE = p_address_line_2
27: and puc.user_column_name = 'LOCALITY'
28: and puc.user_table_id = put.user_table_id