DBA Data[Home] [Help]

APPS.PAY_PRF_DEL dependencies on PAY_RANGE_TABLES_F

Line 96: -- Delete the pay_range_tables_f row.

92: hr_utility.set_location('Entering:'||l_proc, 5);
93: --
94: --
95: --
96: -- Delete the pay_range_tables_f row.
97: --
98: delete from pay_range_tables_f
99: where range_table_id = p_rec.range_table_id;
100: --

Line 98: delete from pay_range_tables_f

94: --
95: --
96: -- Delete the pay_range_tables_f row.
97: --
98: delete from pay_range_tables_f
99: where range_table_id = p_rec.range_table_id;
100: --
101: --
102: --

Line 359: (p_module_name => 'PAY_RANGE_TABLES_F'

355: --
356: when hr_api.cannot_find_prog_unit then
357: --
358: hr_api.cannot_find_prog_unit_error
359: (p_module_name => 'PAY_RANGE_TABLES_F'
360: ,p_hook_type => 'AD');
361: --
362: end;
363: --