DBA Data[Home] [Help]

APPS.PAY_AIF_DEL dependencies on PAY_ACTION_INFORMATION

Line 62: -- Delete the pay_action_information row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the pay_action_information row.
63: --
64: delete from pay_action_information
65: where action_information_id = p_rec.action_information_id;
66: --

Line 64: delete from pay_action_information

60: --
61: --
62: -- Delete the pay_action_information row.
63: --
64: delete from pay_action_information
65: where action_information_id = p_rec.action_information_id;
66: --
67: --
68: --

Line 256: (p_module_name => 'PAY_ACTION_INFORMATION'

252: --
253: when hr_api.cannot_find_prog_unit then
254: --
255: hr_api.cannot_find_prog_unit_error
256: (p_module_name => 'PAY_ACTION_INFORMATION'
257: ,p_hook_type => 'AD');
258: --
259: end;
260: --