DBA Data[Home] [Help]

APPS.PE_AEI_INS dependencies on PE_AEI_SHD

Line 47: Procedure insert_dml(p_rec in out nocopy pe_aei_shd.g_rec_type) is

43: -- Internal Table Handler Use Only.
44: --
45: -- {End Of Comments}
46: -- ----------------------------------------------------------------------------
47: Procedure insert_dml(p_rec in out nocopy pe_aei_shd.g_rec_type) is
48: --
49: l_proc varchar2(72) := g_package||'insert_dml';
50: --
51: Begin

Line 186: pe_aei_shd.constraint_error

182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: Exception
184: When hr_api.check_integrity_violated Then
185: -- A check constraint has been violated
186: pe_aei_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.parent_integrity_violated Then
189: -- Parent integrity has been violated
190: pe_aei_shd.constraint_error

Line 190: pe_aei_shd.constraint_error

186: pe_aei_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.parent_integrity_violated Then
189: -- Parent integrity has been violated
190: pe_aei_shd.constraint_error
191: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
192: When hr_api.unique_integrity_violated Then
193: -- Unique integrity has been violated
194: pe_aei_shd.constraint_error

Line 194: pe_aei_shd.constraint_error

190: pe_aei_shd.constraint_error
191: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
192: When hr_api.unique_integrity_violated Then
193: -- Unique integrity has been violated
194: pe_aei_shd.constraint_error
195: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
196: When Others Then
197: Raise;
198: End insert_dml;

Line 237: Procedure pre_insert(p_rec in out nocopy pe_aei_shd.g_rec_type) is

233: -- Internal Table Handler Use Only.
234: --
235: -- {End Of Comments}
236: -- ----------------------------------------------------------------------------
237: Procedure pre_insert(p_rec in out nocopy pe_aei_shd.g_rec_type) is
238: --
239: l_proc varchar2(72) := g_package||'pre_insert';
240: --
241: Cursor C_Sel1 is select per_assignment_extra_info_s.nextval from sys.dual;

Line 288: Procedure post_insert(p_rec in pe_aei_shd.g_rec_type) is

284: -- Internal Table Handler Use Only.
285: --
286: -- {End Of Comments}
287: -- ----------------------------------------------------------------------------
288: Procedure post_insert(p_rec in pe_aei_shd.g_rec_type) is
289: --
290: l_proc varchar2(72) := g_package||'post_insert';
291: --
292: Begin

Line 376: p_rec in out nocopy pe_aei_shd.g_rec_type,

372: -- |---------------------------------< ins >----------------------------------|
373: -- ----------------------------------------------------------------------------
374: Procedure ins
375: (
376: p_rec in out nocopy pe_aei_shd.g_rec_type,
377: p_validate in boolean default false
378: ) is
379: --
380: l_proc varchar2(72) := g_package||'ins';

Line 494: l_rec pe_aei_shd.g_rec_type;

490: p_object_version_number out nocopy number,
491: p_validate in boolean default false
492: ) is
493: --
494: l_rec pe_aei_shd.g_rec_type;
495: l_proc varchar2(72) := g_package||'ins';
496: --
497: Begin
498: hr_utility.set_location('Entering:'||l_proc, 5);

Line 504: pe_aei_shd.convert_args

500: -- Call conversion function to turn arguments into the
501: -- p_rec structure.
502: --
503: l_rec :=
504: pe_aei_shd.convert_args
505: (
506: null,
507: p_assignment_id,
508: p_information_type,