DBA Data[Home] [Help]

APPS.PAY_JP_ISDF_SS_PKG dependencies on PAY_USER_TABLES

Line 207: from pay_user_tables put,

203: pur.user_row_id,
204: pur.display_sequence,
205: pur.row_low_range_or_name,
206: pur.row_high_range
207: from pay_user_tables put,
208: pay_user_rows_f pur
209: where put.user_table_name = p_udt_name
210: and nvl(put.legislation_code,'X') = nvl(l_legislation_code,nvl(put.legislation_code,'X'))
211: and pur.user_table_id = put.user_table_id

Line 1091: from pay_user_tables put,

1087: pur.user_row_id,
1088: pur.display_sequence,
1089: pur.row_low_range_or_name,
1090: pur.row_high_range
1091: from pay_user_tables put,
1092: pay_user_rows_f pur
1093: where put.user_table_name = p_udt_name
1094: and nvl(put.legislation_code,'X') = nvl(l_legislation_code,nvl(put.legislation_code,'X'))
1095: and pur.user_table_id = put.user_table_id