DBA Data[Home] [Help]

APPS.HR_QSA_INS dependencies on HR_QSA_SHD

Line 73: Procedure insert_dml(p_rec in out nocopy hr_qsa_shd.g_rec_type) is

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

Line 102: hr_qsa_shd.constraint_error

98: hr_utility.set_location(' Leaving:'||l_proc, 10);
99: Exception
100: When hr_api.check_integrity_violated Then
101: -- A check constraint has been violated
102: hr_qsa_shd.constraint_error
103: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
104: When hr_api.parent_integrity_violated Then
105: -- Parent integrity has been violated
106: hr_qsa_shd.constraint_error

Line 106: hr_qsa_shd.constraint_error

102: hr_qsa_shd.constraint_error
103: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
104: When hr_api.parent_integrity_violated Then
105: -- Parent integrity has been violated
106: hr_qsa_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then
109: -- Unique integrity has been violated
110: hr_qsa_shd.constraint_error

Line 110: hr_qsa_shd.constraint_error

106: hr_qsa_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then
109: -- Unique integrity has been violated
110: hr_qsa_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When Others Then
113: Raise;
114: End insert_dml;

Line 153: Procedure pre_insert(p_rec in out nocopy hr_qsa_shd.g_rec_type) is

149: -- Internal Row Handler Use Only.
150: --
151: -- {End Of Comments}
152: -- ----------------------------------------------------------------------------
153: Procedure pre_insert(p_rec in out nocopy hr_qsa_shd.g_rec_type) is
154: --
155: l_proc varchar2(72) := g_package||'pre_insert';
156: l_exists varchar2(1);
157: --

Line 234: Procedure post_insert(p_rec in hr_qsa_shd.g_rec_type

230: -- Internal Row Handler Use Only.
231: --
232: -- {End Of Comments}
233: -- ----------------------------------------------------------------------------
234: Procedure post_insert(p_rec in hr_qsa_shd.g_rec_type
235: ,p_effective_date in date
236: ) is
237: --
238: l_proc varchar2(72) := g_package||'post_insert';

Line 268: p_rec in out nocopy hr_qsa_shd.g_rec_type,

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

Line 307: l_rec hr_qsa_shd.g_rec_type;

303: p_business_group_id in number,
304: p_effective_date in date
305: ) is
306: --
307: l_rec hr_qsa_shd.g_rec_type;
308: l_proc varchar2(72) := g_package||'ins';
309: --
310: Begin
311: hr_utility.set_location('Entering:'||l_proc, 5);

Line 317: hr_qsa_shd.convert_args

313: -- Call conversion function to turn arguments into the
314: -- p_rec structure.
315: --
316: l_rec :=
317: hr_qsa_shd.convert_args
318: (
319: null,
320: p_questionnaire_template_id,
321: p_type,