DBA Data[Home] [Help]

APPS.HR_QSN_INS dependencies on HR_QSN_SHD

Line 75: Procedure insert_dml(p_rec in out nocopy hr_qsn_shd.g_rec_type) is

71: -- Internal Row Handler Use Only.
72: --
73: -- {End Of Comments}
74: -- ----------------------------------------------------------------------------
75: Procedure insert_dml(p_rec in out nocopy hr_qsn_shd.g_rec_type) is
76: --
77: l_proc varchar2(72) := g_package||'insert_dml';
78: --
79: Begin

Line 106: hr_qsn_shd.constraint_error

102: hr_utility.set_location(' Leaving:'||l_proc, 10);
103: Exception
104: When hr_api.check_integrity_violated Then
105: -- A check constraint has been violated
106: hr_qsn_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.parent_integrity_violated Then
109: -- Parent integrity has been violated
110: hr_qsn_shd.constraint_error

Line 110: hr_qsn_shd.constraint_error

106: hr_qsn_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.parent_integrity_violated Then
109: -- Parent integrity has been violated
110: hr_qsn_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.unique_integrity_violated Then
113: -- Unique integrity has been violated
114: hr_qsn_shd.constraint_error

Line 114: hr_qsn_shd.constraint_error

110: hr_qsn_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.unique_integrity_violated Then
113: -- Unique integrity has been violated
114: hr_qsn_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When Others Then
117: Raise;
118: End insert_dml;

Line 157: Procedure pre_insert(p_rec in out nocopy hr_qsn_shd.g_rec_type) is

153: -- Internal Row Handler Use Only.
154: --
155: -- {End Of Comments}
156: -- ----------------------------------------------------------------------------
157: Procedure pre_insert(p_rec in out nocopy hr_qsn_shd.g_rec_type) is
158: --
159: l_proc varchar2(72) := g_package||'pre_insert';
160: l_exists varchar2(1);
161: --

Line 238: Procedure post_insert(p_rec in hr_qsn_shd.g_rec_type

234: -- Internal Row Handler Use Only.
235: --
236: -- {End Of Comments}
237: -- ----------------------------------------------------------------------------
238: Procedure post_insert(p_rec in hr_qsn_shd.g_rec_type
239: ,p_effective_date in date) is
240: --
241: l_proc varchar2(72) := g_package||'post_insert';
242: --

Line 271: p_rec in out nocopy hr_qsn_shd.g_rec_type,

267: -- |---------------------------------< ins >----------------------------------|
268: -- ----------------------------------------------------------------------------
269: Procedure ins
270: (
271: p_rec in out nocopy hr_qsn_shd.g_rec_type,
272: p_effective_date in date
273: ) is
274: --
275: l_proc varchar2(72) := g_package||'ins';

Line 317: l_rec hr_qsn_shd.g_rec_type;

313: p_object_version_number out nocopy number,
314: p_effective_date in date
315: ) is
316: --
317: l_rec hr_qsn_shd.g_rec_type;
318: l_proc varchar2(72) := g_package||'ins';
319: --
320: Begin
321: hr_utility.set_location('Entering:'||l_proc, 5);

Line 327: hr_qsn_shd.convert_args

323: -- Call conversion function to turn arguments into the
324: -- p_rec structure.
325: --
326: l_rec :=
327: hr_qsn_shd.convert_args
328: (
329: null,
330: p_name,
331: p_text,