DBA Data[Home] [Help]

APPS.PQH_PTI_INS dependencies on PQH_PTI_SHD

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

Line 80: pqh_pti_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: pqh_pti_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: pqh_pti_shd.constraint_error

Line 84: pqh_pti_shd.constraint_error

80: pqh_pti_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: pqh_pti_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: pqh_pti_shd.constraint_error

Line 88: pqh_pti_shd.constraint_error

84: pqh_pti_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: pqh_pti_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 pqh_pti_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 pqh_pti_shd.g_rec_type) is
132: --
133: l_proc varchar2(72) := g_package||'pre_insert';
134: --
135: --

Line 178: p_effective_date in date,p_rec in pqh_pti_shd.g_rec_type) is

174: --
175: -- {End Of Comments}
176: -- ----------------------------------------------------------------------------
177: Procedure post_insert(
178: p_effective_date in date,p_rec in pqh_pti_shd.g_rec_type) is
179: --
180: l_proc varchar2(72) := g_package||'post_insert';
181: --
182: Begin

Line 223: p_rec in out nocopy pqh_pti_shd.g_rec_type

219: -- ----------------------------------------------------------------------------
220: Procedure ins
221: (
222: p_effective_date in date,
223: p_rec in out nocopy pqh_pti_shd.g_rec_type
224: ) is
225: --
226: l_proc varchar2(72) := g_package||'ins';
227: --

Line 264: l_rec pqh_pti_shd.g_rec_type;

260: p_legislation_code in varchar2 default null,
261: p_object_version_number out nocopy number
262: ) is
263: --
264: l_rec pqh_pti_shd.g_rec_type;
265: l_proc varchar2(72) := g_package||'ins';
266: --
267: Begin
268: hr_utility.set_location('Entering:'||l_proc, 5);

Line 274: pqh_pti_shd.convert_args

270: -- Call conversion function to turn arguments into the
271: -- p_rec structure.
272: --
273: l_rec :=
274: pqh_pti_shd.convert_args
275: (
276: null,
277: p_active_inactive_flag,
278: p_description,