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 108: hr_qsn_shd.constraint_error

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

Line 112: hr_qsn_shd.constraint_error

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

Line 116: hr_qsn_shd.constraint_error

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

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

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

Line 240: Procedure post_insert(p_rec in hr_qsn_shd.g_rec_type

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

Line 274: p_rec in out nocopy hr_qsn_shd.g_rec_type,

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

Line 321: l_rec hr_qsn_shd.g_rec_type;

317: p_quest_type_code in varchar2,
318: p_effective_date in date
319: ) is
320: --
321: l_rec hr_qsn_shd.g_rec_type;
322: l_proc varchar2(72) := g_package||'ins';
323: --
324: Begin
325: hr_utility.set_location('Entering:'||l_proc, 5);

Line 331: hr_qsn_shd.convert_args

327: -- Call conversion function to turn arguments into the
328: -- p_rec structure.
329: --
330: l_rec :=
331: hr_qsn_shd.convert_args
332: (
333: null,
334: p_name,
335: p_text,