DBA Data[Home] [Help]

APPS.PAY_TCO_INS dependencies on PAY_TCO_SHD

Line 47: Procedure insert_dml(p_rec in out nocopy pay_tco_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_tco_shd.g_rec_type) is
48: --
49: l_proc varchar2(72) := g_package||'insert_dml';
50: --
51: Begin

Line 80: pay_tco_shd.constraint_error

76: hr_utility.set_location(' Leaving:'||l_proc, 10);
77: Exception
78: When hr_api.check_integrity_violated Then
79: -- A check constraint has been violated
80: pay_tco_shd.constraint_error
81: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
82: When hr_api.parent_integrity_violated Then
83: -- Parent integrity has been violated
84: pay_tco_shd.constraint_error

Line 84: pay_tco_shd.constraint_error

80: pay_tco_shd.constraint_error
81: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
82: When hr_api.parent_integrity_violated Then
83: -- Parent integrity has been violated
84: pay_tco_shd.constraint_error
85: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
86: When hr_api.unique_integrity_violated Then
87: -- Unique integrity has been violated
88: pay_tco_shd.constraint_error

Line 88: pay_tco_shd.constraint_error

84: pay_tco_shd.constraint_error
85: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
86: When hr_api.unique_integrity_violated Then
87: -- Unique integrity has been violated
88: pay_tco_shd.constraint_error
89: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
90: When Others Then
91: Raise;
92: End insert_dml;

Line 131: Procedure pre_insert(p_rec in out nocopy pay_tco_shd.g_rec_type) is

127: -- Internal Row Handler Use Only.
128: --
129: -- {End Of Comments}
130: -- ----------------------------------------------------------------------------
131: Procedure pre_insert(p_rec in out nocopy pay_tco_shd.g_rec_type) is
132: --
133: l_proc varchar2(72) := g_package||'pre_insert';
134: --
135: Cursor C_Sel1 is select pay_template_core_objects_s.nextval from sys.dual;

Line 182: Procedure post_insert(p_rec in pay_tco_shd.g_rec_type) is

178: -- Internal Row Handler Use Only.
179: --
180: -- {End Of Comments}
181: -- ----------------------------------------------------------------------------
182: Procedure post_insert(p_rec in pay_tco_shd.g_rec_type) is
183: --
184: l_proc varchar2(72) := g_package||'post_insert';
185: --
186: Begin

Line 197: p_rec in out nocopy pay_tco_shd.g_rec_type

193: -- |---------------------------------< ins >----------------------------------|
194: -- ----------------------------------------------------------------------------
195: Procedure ins
196: (
197: p_rec in out nocopy pay_tco_shd.g_rec_type
198: ) is
199: --
200: l_proc varchar2(72) := g_package||'ins';
201: --

Line 236: l_rec pay_tco_shd.g_rec_type;

232: p_effective_date in date,
233: p_object_version_number out nocopy number
234: ) is
235: --
236: l_rec pay_tco_shd.g_rec_type;
237: l_proc varchar2(72) := g_package||'ins';
238: --
239: Begin
240: hr_utility.set_location('Entering:'||l_proc, 5);

Line 246: pay_tco_shd.convert_args

242: -- Call conversion function to turn arguments into the
243: -- p_rec structure.
244: --
245: l_rec :=
246: pay_tco_shd.convert_args
247: (
248: null,
249: p_template_id,
250: p_core_object_type,