DBA Data[Home] [Help]

APPS.PQH_ATL_INS dependencies on PQH_ATL_SHD

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

Line 91: pqh_atl_shd.constraint_error

87: hr_utility.set_location(' Leaving:'||l_proc, 10);
88: Exception
89: When hr_api.check_integrity_violated Then
90: -- A check constraint has been violated
91: pqh_atl_shd.constraint_error
92: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
93: When hr_api.parent_integrity_violated Then
94: -- Parent integrity has been violated
95: pqh_atl_shd.constraint_error

Line 95: pqh_atl_shd.constraint_error

91: pqh_atl_shd.constraint_error
92: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
93: When hr_api.parent_integrity_violated Then
94: -- Parent integrity has been violated
95: pqh_atl_shd.constraint_error
96: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
97: When hr_api.unique_integrity_violated Then
98: -- Unique integrity has been violated
99: pqh_atl_shd.constraint_error

Line 99: pqh_atl_shd.constraint_error

95: pqh_atl_shd.constraint_error
96: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
97: When hr_api.unique_integrity_violated Then
98: -- Unique integrity has been violated
99: pqh_atl_shd.constraint_error
100: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
101: When Others Then
102: Raise;
103: End insert_dml;

Line 142: Procedure pre_insert(p_rec in out nocopy pqh_atl_shd.g_rec_type,

138: -- Internal Row Handler Use Only.
139: --
140: -- {End Of Comments}
141: -- ----------------------------------------------------------------------------
142: Procedure pre_insert(p_rec in out nocopy pqh_atl_shd.g_rec_type,
143: p_attribute_id in number) is
144: --
145: l_proc varchar2(72) := g_package||'pre_insert';
146: --

Line 190: Procedure post_insert(p_rec in pqh_atl_shd.g_rec_type) is

186: -- Internal Row Handler Use Only.
187: --
188: -- {End Of Comments}
189: -- ----------------------------------------------------------------------------
190: Procedure post_insert(p_rec in pqh_atl_shd.g_rec_type) is
191: --
192: l_proc varchar2(72) := g_package||'post_insert';
193: --
194: Begin

Line 231: p_rec in out nocopy pqh_atl_shd.g_rec_type,

227: -- |---------------------------------< ins >----------------------------------|
228: -- ----------------------------------------------------------------------------
229: Procedure ins
230: (
231: p_rec in out nocopy pqh_atl_shd.g_rec_type,
232: p_attribute_id in number
233: ) is
234: --
235: l_proc varchar2(72) := g_package||'ins';

Line 269: l_rec pqh_atl_shd.g_rec_type;

265: p_language in varchar2,
266: p_source_lang in varchar2
267: ) is
268: --
269: l_rec pqh_atl_shd.g_rec_type;
270: l_proc varchar2(72) := g_package||'ins';
271: --
272: Begin
273: hr_utility.set_location('Entering:'||l_proc, 5);

Line 279: pqh_atl_shd.convert_args

275: -- Call conversion function to turn arguments into the
276: -- p_rec structure.
277: --
278: l_rec :=
279: pqh_atl_shd.convert_args
280: (
281: null,
282: p_attribute_name,
283: p_language,