DBA Data[Home] [Help]

APPS.PAY_AIF_INS dependencies on PAY_AIF_SHD

Line 75: (p_rec in out nocopy pay_aif_shd.g_rec_type

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

Line 184: pay_aif_shd.constraint_error

180: Exception
181: When hr_api.check_integrity_violated Then
182: -- A check constraint has been violated
183: --
184: pay_aif_shd.constraint_error
185: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
186: When hr_api.parent_integrity_violated Then
187: -- Parent integrity has been violated
188: --

Line 189: pay_aif_shd.constraint_error

185: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
186: When hr_api.parent_integrity_violated Then
187: -- Parent integrity has been violated
188: --
189: pay_aif_shd.constraint_error
190: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
191: When hr_api.unique_integrity_violated Then
192: -- Unique integrity has been violated
193: --

Line 194: pay_aif_shd.constraint_error

190: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
191: When hr_api.unique_integrity_violated Then
192: -- Unique integrity has been violated
193: --
194: pay_aif_shd.constraint_error
195: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
196: When Others Then
197: --
198: Raise;

Line 239: (p_rec in out nocopy pay_aif_shd.g_rec_type

235: --
236: -- {End Of Comments}
237: -- ----------------------------------------------------------------------------
238: Procedure pre_insert
239: (p_rec in out nocopy pay_aif_shd.g_rec_type
240: ) is
241: --
242: l_proc varchar2(72) := g_package||'pre_insert';
243: l_exists varchar2(1);

Line 325: (p_rec in pay_aif_shd.g_rec_type

321: --
322: -- {End Of Comments}
323: -- ----------------------------------------------------------------------------
324: Procedure post_insert
325: (p_rec in pay_aif_shd.g_rec_type
326: ) is
327: --
328: l_proc varchar2(72) := g_package||'post_insert';
329: --

Line 438: (p_rec in out nocopy pay_aif_shd.g_rec_type

434: -- ----------------------------------------------------------------------------
435: -- |---------------------------------< ins >----------------------------------|
436: -- ----------------------------------------------------------------------------
437: Procedure ins
438: (p_rec in out nocopy pay_aif_shd.g_rec_type
439: ) is
440: --
441: l_proc varchar2(72) := g_package||'ins';
442: --

Line 525: l_rec pay_aif_shd.g_rec_type;

521: ,p_action_information_id out nocopy number
522: ,p_object_version_number out nocopy number
523: ) is
524: --
525: l_rec pay_aif_shd.g_rec_type;
526: l_proc varchar2(72) := g_package||'ins';
527: --
528: Begin
529: hr_utility.set_location('Entering:'||l_proc, 5);

Line 535: pay_aif_shd.convert_args

531: -- Call conversion function to turn arguments into the
532: -- p_rec structure.
533: --
534: l_rec :=
535: pay_aif_shd.convert_args
536: (null
537: ,p_action_context_id
538: ,p_action_context_type
539: ,p_tax_unit_id