DBA Data[Home] [Help]

APPS.HR_INT_INS dependencies on HR_INT_SHD

Line 76: (p_rec in out nocopy hr_int_shd.g_rec_type

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

Line 181: hr_int_shd.constraint_error

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

Line 186: hr_int_shd.constraint_error

182: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
183: When hr_api.parent_integrity_violated Then
184: -- Parent integrity has been violated
185: --
186: hr_int_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.unique_integrity_violated Then
189: -- Unique integrity has been violated
190: --

Line 191: hr_int_shd.constraint_error

187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.unique_integrity_violated Then
189: -- Unique integrity has been violated
190: --
191: hr_int_shd.constraint_error
192: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
193: When Others Then
194: --
195: Raise;

Line 236: (p_rec in out nocopy hr_int_shd.g_rec_type

232: --
233: -- {End Of Comments}
234: -- ----------------------------------------------------------------------------
235: Procedure pre_insert
236: (p_rec in out nocopy hr_int_shd.g_rec_type
237: ) is
238: --
239: Cursor C_Sel1 is select hr_ki_integrations_s.nextval from sys.dual;
240: --

Line 323: (p_rec in hr_int_shd.g_rec_type

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

Line 432: (p_rec in out nocopy hr_int_shd.g_rec_type

428: -- ----------------------------------------------------------------------------
429: -- |---------------------------------< ins >----------------------------------|
430: -- ----------------------------------------------------------------------------
431: Procedure ins
432: (p_rec in out nocopy hr_int_shd.g_rec_type
433: ) is
434: --
435: l_proc varchar2(72) := g_package||'ins';
436: --

Line 514: l_rec hr_int_shd.g_rec_type;

510: ,p_integration_id out nocopy number
511: ,p_object_version_number out nocopy number
512: ) is
513: --
514: l_rec hr_int_shd.g_rec_type;
515: l_proc varchar2(72) := g_package||'ins';
516: --
517: Begin
518: hr_utility.set_location('Entering:'||l_proc, 5);

Line 524: hr_int_shd.convert_args

520: -- Call conversion function to turn arguments into the
521: -- p_rec structure.
522: --
523: l_rec :=
524: hr_int_shd.convert_args
525: (null
526: ,p_integration_key
527: ,p_party_type
528: ,p_party_name