DBA Data[Home] [Help]

APPS.PSP_PEE_DEL dependencies on PSP_EXTERNAL_EFFORT_LINES

Line 62: -- Delete the psp_external_effort_lines row.

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

Line 64: delete from psp_external_effort_lines

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

Line 236: (p_module_name => 'PSP_EXTERNAL_EFFORT_LINES'

232: --
233: when hr_api.cannot_find_prog_unit then
234: --
235: hr_api.cannot_find_prog_unit_error
236: (p_module_name => 'PSP_EXTERNAL_EFFORT_LINES'
237: ,p_hook_type => 'AD');
238: --
239: end;
240: --