DBA Data[Home] [Help]

APPS.PAY_ETM_INS dependencies on PAY_ETM_SHD

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

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

Line 210: pay_etm_shd.constraint_error

206: hr_utility.set_location(' Leaving:'||l_proc, 10);
207: Exception
208: When hr_api.check_integrity_violated Then
209: -- A check constraint has been violated
210: pay_etm_shd.constraint_error
211: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
212: When hr_api.parent_integrity_violated Then
213: -- Parent integrity has been violated
214: pay_etm_shd.constraint_error

Line 214: pay_etm_shd.constraint_error

210: pay_etm_shd.constraint_error
211: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
212: When hr_api.parent_integrity_violated Then
213: -- Parent integrity has been violated
214: pay_etm_shd.constraint_error
215: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
216: When hr_api.unique_integrity_violated Then
217: -- Unique integrity has been violated
218: pay_etm_shd.constraint_error

Line 218: pay_etm_shd.constraint_error

214: pay_etm_shd.constraint_error
215: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
216: When hr_api.unique_integrity_violated Then
217: -- Unique integrity has been violated
218: pay_etm_shd.constraint_error
219: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
220: When Others Then
221: Raise;
222: End insert_dml;

Line 261: Procedure pre_insert(p_rec in out nocopy pay_etm_shd.g_rec_type) is

257: -- Internal Row Handler Use Only.
258: --
259: -- {End Of Comments}
260: -- ----------------------------------------------------------------------------
261: Procedure pre_insert(p_rec in out nocopy pay_etm_shd.g_rec_type) is
262: --
263: l_proc varchar2(72) := g_package||'pre_insert';
264: --
265: Cursor C_Sel1 is select pay_element_templates_s.nextval from sys.dual;

Line 312: Procedure post_insert(p_rec in pay_etm_shd.g_rec_type) is

308: -- Internal Row Handler Use Only.
309: --
310: -- {End Of Comments}
311: -- ----------------------------------------------------------------------------
312: Procedure post_insert(p_rec in pay_etm_shd.g_rec_type) is
313: --
314: l_proc varchar2(72) := g_package||'post_insert';
315: --
316: Begin

Line 327: ,p_rec in out nocopy pay_etm_shd.g_rec_type

323: -- |---------------------------------< ins >----------------------------------|
324: -- ----------------------------------------------------------------------------
325: Procedure ins
326: (p_effective_date in date
327: ,p_rec in out nocopy pay_etm_shd.g_rec_type
328: ) is
329: --
330: l_proc varchar2(72) := g_package||'ins';
331: --

Line 432: l_rec pay_etm_shd.g_rec_type;

428: p_configuration_information30 in varchar2 default null,
429: p_object_version_number out nocopy number
430: ) is
431: --
432: l_rec pay_etm_shd.g_rec_type;
433: l_proc varchar2(72) := g_package||'ins';
434: --
435: Begin
436: hr_utility.set_location('Entering:'||l_proc, 5);

Line 442: pay_etm_shd.convert_args

438: -- Call conversion function to turn arguments into the
439: -- p_rec structure.
440: --
441: l_rec :=
442: pay_etm_shd.convert_args
443: (
444: null,
445: p_template_type,
446: p_template_name,