DBA Data[Home] [Help]

APPS.PAY_BTL_DEL dependencies on PAY_BATCH_LINES

Line 62: -- Delete the pay_batch_lines row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: pay_btl_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the pay_batch_lines row.
63: --
64: delete from pay_batch_lines
65: where batch_line_id = p_rec.batch_line_id;
66: --

Line 64: delete from pay_batch_lines

60: pay_btl_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the pay_batch_lines row.
63: --
64: delete from pay_batch_lines
65: where batch_line_id = p_rec.batch_line_id;
66: --
67: pay_btl_shd.g_api_dml := false; -- Unset the api dml status
68: --

Line 404: (p_module_name => 'PAY_BATCH_LINES'

400: --
401: when hr_api.cannot_find_prog_unit then
402: --
403: hr_api.cannot_find_prog_unit_error
404: (p_module_name => 'PAY_BATCH_LINES'
405: ,p_hook_type => 'AD');
406: --
407: end;
408: --