DBA Data[Home] [Help]

APPS.OTA_ANC_INS dependencies on OTA_ANC_SHD

Line 76: (p_rec in out nocopy ota_anc_shd.g_rec_type

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

Line 155: ota_anc_shd.constraint_error

151: Exception
152: When hr_api.check_integrity_violated Then
153: -- A check constraint has been violated
154: --
155: ota_anc_shd.constraint_error
156: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
157: When hr_api.parent_integrity_violated Then
158: -- Parent integrity has been violated
159: --

Line 160: ota_anc_shd.constraint_error

156: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
157: When hr_api.parent_integrity_violated Then
158: -- Parent integrity has been violated
159: --
160: ota_anc_shd.constraint_error
161: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
162: When hr_api.unique_integrity_violated Then
163: -- Unique integrity has been violated
164: --

Line 165: ota_anc_shd.constraint_error

161: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
162: When hr_api.unique_integrity_violated Then
163: -- Unique integrity has been violated
164: --
165: ota_anc_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When Others Then
168: --
169: Raise;

Line 210: (p_rec in out nocopy ota_anc_shd.g_rec_type

206: --
207: -- {End Of Comments}
208: -- ----------------------------------------------------------------------------
209: Procedure pre_insert
210: (p_rec in out nocopy ota_anc_shd.g_rec_type
211: ) is
212: --
213: Cursor C_Sel1 is select ota_announcements_s.nextval from sys.dual;
214: --

Line 298: ,p_rec in ota_anc_shd.g_rec_type

294: -- {End Of Comments}
295: -- ----------------------------------------------------------------------------
296: Procedure post_insert
297: (p_effective_date in date
298: ,p_rec in ota_anc_shd.g_rec_type
299: ) is
300: --
301: l_proc varchar2(72) := g_package||'post_insert';
302: --

Line 383: ,p_rec in out nocopy ota_anc_shd.g_rec_type

379: -- |---------------------------------< ins >----------------------------------|
380: -- ----------------------------------------------------------------------------
381: Procedure ins
382: (p_effective_date in date
383: ,p_rec in out nocopy ota_anc_shd.g_rec_type
384: ) is
385: --
386: l_proc varchar2(72) := g_package||'ins';
387: --

Line 456: l_rec ota_anc_shd.g_rec_type;

452: ,p_announcement_id out nocopy number
453: ,p_object_version_number out nocopy number
454: ) is
455: --
456: l_rec ota_anc_shd.g_rec_type;
457: l_proc varchar2(72) := g_package||'ins';
458: --
459: Begin
460: hr_utility.set_location('Entering:'||l_proc, 5);

Line 466: ota_anc_shd.convert_args

462: -- Call conversion function to turn arguments into the
463: -- p_rec structure.
464: --
465: l_rec :=
466: ota_anc_shd.convert_args
467: (null
468: ,p_business_group_id
469: ,null
470: ,p_start_date_active