DBA Data[Home] [Help]

APPS.PQH_PRE_INS dependencies on PQH_PRE_SHD

Line 76: (p_rec in out nocopy pqh_pre_shd.g_rec_type

72: --
73: -- {End Of Comments}
74: -- ----------------------------------------------------------------------------
75: Procedure insert_dml
76: (p_rec in out nocopy pqh_pre_shd.g_rec_type
77: ) is
78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --

Line 115: pqh_pre_shd.constraint_error

111: Exception
112: When hr_api.check_integrity_violated Then
113: -- A check constraint has been violated
114: --
115: pqh_pre_shd.constraint_error
116: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
117: When hr_api.parent_integrity_violated Then
118: -- Parent integrity has been violated
119: --

Line 120: pqh_pre_shd.constraint_error

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

Line 125: pqh_pre_shd.constraint_error

121: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
122: When hr_api.unique_integrity_violated Then
123: -- Unique integrity has been violated
124: --
125: pqh_pre_shd.constraint_error
126: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
127: When Others Then
128: --
129: Raise;

Line 170: (p_rec in out nocopy pqh_pre_shd.g_rec_type

166: --
167: -- {End Of Comments}
168: -- ----------------------------------------------------------------------------
169: Procedure pre_insert
170: (p_rec in out nocopy pqh_pre_shd.g_rec_type
171: ) is
172: --
173: Cursor C_Sel1 is select pqh_de_ins_end_reasons_s.nextval from sys.dual;
174: --

Line 257: (p_rec in pqh_pre_shd.g_rec_type

253: --
254: -- {End Of Comments}
255: -- ----------------------------------------------------------------------------
256: Procedure post_insert
257: (p_rec in pqh_pre_shd.g_rec_type
258: ) is
259: --
260: l_proc varchar2(72) := g_package||'post_insert';
261: --

Line 300: (p_rec in out nocopy pqh_pre_shd.g_rec_type

296: -- ----------------------------------------------------------------------------
297: -- |---------------------------------< ins >----------------------------------|
298: -- ----------------------------------------------------------------------------
299: Procedure ins
300: (p_rec in out nocopy pqh_pre_shd.g_rec_type
301: ) is
302: --
303: l_proc varchar2(72) := g_package||'ins';
304: --

Line 350: l_rec pqh_pre_shd.g_rec_type;

346: ,p_ins_end_reason_id out nocopy number
347: ,p_object_version_number out nocopy number
348: ) is
349: --
350: l_rec pqh_pre_shd.g_rec_type;
351: l_proc varchar2(72) := g_package||'ins';
352: --
353: Begin
354: hr_utility.set_location('Entering:'||l_proc, 5);

Line 360: pqh_pre_shd.convert_args

356: -- Call conversion function to turn arguments into the
357: -- p_rec structure.
358: --
359: l_rec :=
360: pqh_pre_shd.convert_args
361: (null
362: ,p_business_group_id
363: ,p_provider_organization_id
364: ,p_end_reason_number