DBA Data[Home] [Help]

APPS.PQH_VLD_INS dependencies on PQH_VLD_SHD

Line 76: (p_rec in out nocopy pqh_vld_shd.g_rec_type

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

Line 137: pqh_vld_shd.constraint_error

133: Exception
134: When hr_api.check_integrity_violated Then
135: -- A check constraint has been violated
136: --
137: pqh_vld_shd.constraint_error
138: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
139: When hr_api.parent_integrity_violated Then
140: -- Parent integrity has been violated
141: --

Line 142: pqh_vld_shd.constraint_error

138: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
139: When hr_api.parent_integrity_violated Then
140: -- Parent integrity has been violated
141: --
142: pqh_vld_shd.constraint_error
143: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
144: When hr_api.unique_integrity_violated Then
145: -- Unique integrity has been violated
146: --

Line 147: pqh_vld_shd.constraint_error

143: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
144: When hr_api.unique_integrity_violated Then
145: -- Unique integrity has been violated
146: --
147: pqh_vld_shd.constraint_error
148: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
149: When Others Then
150: --
151: Raise;

Line 192: (p_rec in out nocopy pqh_vld_shd.g_rec_type

188: --
189: -- {End Of Comments}
190: -- ----------------------------------------------------------------------------
191: Procedure pre_insert
192: (p_rec in out nocopy pqh_vld_shd.g_rec_type
193: ) is
194: --
195: Cursor C_Sel1 is select pqh_fr_validations_s.nextval from sys.dual;
196: --

Line 280: ,p_rec in pqh_vld_shd.g_rec_type

276: -- {End Of Comments}
277: -- ----------------------------------------------------------------------------
278: Procedure post_insert
279: (p_effective_date in date
280: ,p_rec in pqh_vld_shd.g_rec_type
281: ) is
282: --
283: l_proc varchar2(72) := g_package||'post_insert';
284: --

Line 347: ,p_rec in out nocopy pqh_vld_shd.g_rec_type

343: -- |---------------------------------< ins >----------------------------------|
344: -- ----------------------------------------------------------------------------
345: Procedure ins
346: (p_effective_date in date
347: ,p_rec in out nocopy pqh_vld_shd.g_rec_type
348: ) is
349: --
350: l_proc varchar2(72) := g_package||'ins';
351: --

Line 411: l_rec pqh_vld_shd.g_rec_type;

407: ,p_validation_id out nocopy number
408: ,p_object_version_number out nocopy number
409: ) is
410: --
411: l_rec pqh_vld_shd.g_rec_type;
412: l_proc varchar2(72) := g_package||'ins';
413: --
414: Begin
415: hr_utility.set_location('Entering:'||l_proc, 5);

Line 421: pqh_vld_shd.convert_args

417: -- Call conversion function to turn arguments into the
418: -- p_rec structure.
419: --
420: l_rec :=
421: pqh_vld_shd.convert_args
422: (null
423: ,p_pension_fund_type_code
424: ,p_pension_fund_id
425: ,p_business_group_id