DBA Data[Home] [Help]

APPS.PAY_SET_INS dependencies on PAY_SET_SHD

Line 50: Procedure insert_dml(p_rec in out nocopy pay_set_shd.g_rec_type) is

46: -- Internal Row Handler Use Only.
47: --
48: -- {End Of Comments}
49: -- ----------------------------------------------------------------------------
50: Procedure insert_dml(p_rec in out nocopy pay_set_shd.g_rec_type) is
51: --
52: l_proc varchar2(72) := g_package||'insert_dml';
53: --
54: Begin

Line 237: pay_set_shd.constraint_error

233: hr_utility.set_location(' Leaving:'||l_proc, 10);
234: Exception
235: When hr_api.check_integrity_violated Then
236: -- A check constraint has been violated
237: pay_set_shd.constraint_error
238: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
239: When hr_api.parent_integrity_violated Then
240: -- Parent integrity has been violated
241: pay_set_shd.constraint_error

Line 241: pay_set_shd.constraint_error

237: pay_set_shd.constraint_error
238: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
239: When hr_api.parent_integrity_violated Then
240: -- Parent integrity has been violated
241: pay_set_shd.constraint_error
242: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
243: When hr_api.unique_integrity_violated Then
244: -- Unique integrity has been violated
245: pay_set_shd.constraint_error

Line 245: pay_set_shd.constraint_error

241: pay_set_shd.constraint_error
242: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
243: When hr_api.unique_integrity_violated Then
244: -- Unique integrity has been violated
245: pay_set_shd.constraint_error
246: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
247: When Others Then
248: Raise;
249: End insert_dml;

Line 288: Procedure pre_insert(p_rec in out nocopy pay_set_shd.g_rec_type) is

284: -- Internal Row Handler Use Only.
285: --
286: -- {End Of Comments}
287: -- ----------------------------------------------------------------------------
288: Procedure pre_insert(p_rec in out nocopy pay_set_shd.g_rec_type) is
289: --
290: l_proc varchar2(72) := g_package||'pre_insert';
291: --
292: Cursor C_Sel1 is select pay_shadow_element_types_s.nextval from sys.dual;

Line 339: Procedure post_insert(p_rec in pay_set_shd.g_rec_type) is

335: -- Internal Row Handler Use Only.
336: --
337: -- {End Of Comments}
338: -- ----------------------------------------------------------------------------
339: Procedure post_insert(p_rec in pay_set_shd.g_rec_type) is
340: --
341: l_proc varchar2(72) := g_package||'post_insert';
342: --
343: Begin

Line 354: ,p_rec in out nocopy pay_set_shd.g_rec_type

350: -- |---------------------------------< ins >----------------------------------|
351: -- ----------------------------------------------------------------------------
352: Procedure ins
353: (p_effective_date in date
354: ,p_rec in out nocopy pay_set_shd.g_rec_type
355: ) is
356: --
357: l_proc varchar2(72) := g_package||'ins';
358: --

Line 470: l_rec pay_set_shd.g_rec_type;

466: p_once_each_period_flag in varchar2 default null,
467: p_object_version_number out nocopy number
468: ) is
469: --
470: l_rec pay_set_shd.g_rec_type;
471: l_proc varchar2(72) := g_package||'ins';
472: --
473: Begin
474: hr_utility.set_location('Entering:'||l_proc, 5);

Line 480: pay_set_shd.convert_args

476: -- Call conversion function to turn arguments into the
477: -- p_rec structure.
478: --
479: l_rec :=
480: pay_set_shd.convert_args
481: (
482: null,
483: p_template_id,
484: p_classification_name,