DBA Data[Home] [Help]

APPS.PQH_RHT_INS dependencies on PQH_RHT_SHD

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

Line 114: pqh_rht_shd.constraint_error

110: hr_utility.set_location(' Leaving:'||l_proc, 10);
111: Exception
112: When hr_api.check_integrity_violated Then
113: -- A check constraint has been violated
114: pqh_rht_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.parent_integrity_violated Then
117: -- Parent integrity has been violated
118: pqh_rht_shd.constraint_error

Line 118: pqh_rht_shd.constraint_error

114: pqh_rht_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.parent_integrity_violated Then
117: -- Parent integrity has been violated
118: pqh_rht_shd.constraint_error
119: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
120: When hr_api.unique_integrity_violated Then
121: -- Unique integrity has been violated
122: pqh_rht_shd.constraint_error

Line 122: pqh_rht_shd.constraint_error

118: pqh_rht_shd.constraint_error
119: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
120: When hr_api.unique_integrity_violated Then
121: -- Unique integrity has been violated
122: pqh_rht_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When Others Then
125: Raise;
126: End insert_dml;

Line 165: Procedure pre_insert(p_rec in out nocopy pqh_rht_shd.g_rec_type) is

161: -- Internal Row Handler Use Only.
162: --
163: -- {End Of Comments}
164: -- ----------------------------------------------------------------------------
165: Procedure pre_insert(p_rec in out nocopy pqh_rht_shd.g_rec_type) is
166: --
167: l_proc varchar2(72) := g_package||'pre_insert';
168: --
169: Cursor C_Sel1 is select pqh_routing_history_s.nextval from sys.dual;

Line 217: p_effective_date in date,p_rec in pqh_rht_shd.g_rec_type) is

213: --
214: -- {End Of Comments}
215: -- ----------------------------------------------------------------------------
216: Procedure post_insert(
217: p_effective_date in date,p_rec in pqh_rht_shd.g_rec_type) is
218: --
219: l_proc varchar2(72) := g_package||'post_insert';
220: --
221: --

Line 283: p_rec in out nocopy pqh_rht_shd.g_rec_type

279: -- ----------------------------------------------------------------------------
280: Procedure ins
281: (
282: p_effective_date in date,
283: p_rec in out nocopy pqh_rht_shd.g_rec_type
284: ) is
285: --
286: l_proc varchar2(72) := g_package||'ins';
287: --

Line 343: l_rec pqh_rht_shd.g_rec_type;

339: p_list_range_name in varchar2,
340: p_object_version_number out nocopy number
341: ) is
342: --
343: l_rec pqh_rht_shd.g_rec_type;
344: l_proc varchar2(72) := g_package||'ins';
345: --
346: Begin
347: hr_utility.set_location('Entering:'||l_proc, 5);

Line 353: pqh_rht_shd.convert_args

349: -- Call conversion function to turn arguments into the
350: -- p_rec structure.
351: --
352: l_rec :=
353: pqh_rht_shd.convert_args
354: (
355: null,
356: p_approval_cd,
357: p_comments,