DBA Data[Home] [Help]

APPS.PSP_PEE_INS dependencies on PSP_EXTERNAL_EFFORT_LINES

Line 87: -- Insert the row into: psp_external_effort_lines

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --
87: -- Insert the row into: psp_external_effort_lines
88: --
89: insert into psp_external_effort_lines
90: (external_effort_line_id
91: ,batch_name

Line 89: insert into psp_external_effort_lines

85: --
86: --
87: -- Insert the row into: psp_external_effort_lines
88: --
89: insert into psp_external_effort_lines
90: (external_effort_line_id
91: ,batch_name
92: ,object_version_number
93: ,distribution_date

Line 223: Cursor C_Sel1 is select psp_external_effort_lines_s.nextval from sys.dual;

219: Procedure pre_insert
220: (p_rec in out nocopy psp_pee_shd.g_rec_type
221: ) is
222: --
223: Cursor C_Sel1 is select psp_external_effort_lines_s.nextval from sys.dual;
224: --
225: Cursor C_Sel2 is
226: Select null
227: from psp_external_effort_lines

Line 227: from psp_external_effort_lines

223: Cursor C_Sel1 is select psp_external_effort_lines_s.nextval from sys.dual;
224: --
225: Cursor C_Sel2 is
226: Select null
227: from psp_external_effort_lines
228: where external_effort_line_id =
229: psp_pee_ins.g_external_effort_line_id_i;
230: --
231: l_proc varchar2(72) := g_package||'pre_insert';

Line 249: fnd_message.set_token('TABLE_NAME','psp_external_effort_lines');

245: --
246: -- The primary key values are already in use.
247: --
248: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
249: fnd_message.set_token('TABLE_NAME','psp_external_effort_lines');
250: fnd_message.raise_error;
251: End If;
252: Close C_Sel2;
253: --

Line 388: (p_module_name => 'PSP_EXTERNAL_EFFORT_LINES'

384: --
385: when hr_api.cannot_find_prog_unit then
386: --
387: hr_api.cannot_find_prog_unit_error
388: (p_module_name => 'PSP_EXTERNAL_EFFORT_LINES'
389: ,p_hook_type => 'AI');
390: --
391: end;
392: --