DBA Data[Home] [Help]

APPS.PQH_PLG_INS dependencies on PQH_PLG_SHD

Line 50: Procedure insert_dml(p_rec in out nocopy pqh_plg_shd.g_rec_type) is

46: -- Internal Row Handler Use Only.
47: --
48: -- {End Of Comments}
49: -- ----------------------------------------------------------------------------
50: Procedure insert_dml(p_rec in out nocopy pqh_plg_shd.g_rec_type) is
51: --
52: l_proc varchar2(72) := g_package||'insert_dml';
53: --
54: Begin

Line 157: pqh_plg_shd.constraint_error

153: hr_utility.set_location(' Leaving:'||l_proc, 10);
154: Exception
155: When hr_api.check_integrity_violated Then
156: -- A check constraint has been violated
157: pqh_plg_shd.constraint_error
158: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
159: When hr_api.parent_integrity_violated Then
160: -- Parent integrity has been violated
161: pqh_plg_shd.constraint_error

Line 161: pqh_plg_shd.constraint_error

157: pqh_plg_shd.constraint_error
158: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
159: When hr_api.parent_integrity_violated Then
160: -- Parent integrity has been violated
161: pqh_plg_shd.constraint_error
162: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
163: When hr_api.unique_integrity_violated Then
164: -- Unique integrity has been violated
165: pqh_plg_shd.constraint_error

Line 165: pqh_plg_shd.constraint_error

161: pqh_plg_shd.constraint_error
162: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
163: When hr_api.unique_integrity_violated Then
164: -- Unique integrity has been violated
165: pqh_plg_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When Others Then
168: Raise;
169: End insert_dml;

Line 208: Procedure pre_insert(p_rec in out nocopy pqh_plg_shd.g_rec_type) is

204: -- Internal Row Handler Use Only.
205: --
206: -- {End Of Comments}
207: -- ----------------------------------------------------------------------------
208: Procedure pre_insert(p_rec in out nocopy pqh_plg_shd.g_rec_type) is
209: --
210: l_proc varchar2(72) := g_package||'pre_insert';
211: --
212: Cursor C_Sel1 is select pqh_process_log_s.nextval from sys.dual;

Line 260: p_effective_date in date,p_rec in pqh_plg_shd.g_rec_type) is

256: --
257: -- {End Of Comments}
258: -- ----------------------------------------------------------------------------
259: Procedure post_insert(
260: p_effective_date in date,p_rec in pqh_plg_shd.g_rec_type) is
261: --
262: l_proc varchar2(72) := g_package||'post_insert';
263: --
264: Begin

Line 342: p_rec in out nocopy pqh_plg_shd.g_rec_type

338: -- ----------------------------------------------------------------------------
339: Procedure ins
340: (
341: p_effective_date in date,
342: p_rec in out nocopy pqh_plg_shd.g_rec_type
343: ) is
344: --
345: l_proc varchar2(72) := g_package||'ins';
346: --

Line 420: l_rec pqh_plg_shd.g_rec_type;

416: p_information30 in varchar2 default null,
417: p_object_version_number out nocopy number
418: ) is
419: --
420: l_rec pqh_plg_shd.g_rec_type;
421: l_proc varchar2(72) := g_package||'ins';
422: --
423: Begin
424: hr_utility.set_location('Entering:'||l_proc, 5);

Line 430: pqh_plg_shd.convert_args

426: -- Call conversion function to turn arguments into the
427: -- p_rec structure.
428: --
429: l_rec :=
430: pqh_plg_shd.convert_args
431: (
432: null,
433: p_module_cd,
434: p_txn_id,