DBA Data[Home] [Help]

APPS.OTA_FOI_INS dependencies on OTA_FOI_SHD

Line 82: (p_rec in out nocopy ota_foi_shd.g_rec_type

78: --
79: -- {End Of Comments}
80: -- ----------------------------------------------------------------------------
81: Procedure insert_dml
82: (p_rec in out nocopy ota_foi_shd.g_rec_type
83: ) is
84: --
85: l_proc varchar2(72) := g_package||'insert_dml';
86: --

Line 121: ota_foi_shd.constraint_error

117: Exception
118: When hr_api.check_integrity_violated Then
119: -- A check constraint has been violated
120: --
121: ota_foi_shd.constraint_error
122: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
123: When hr_api.parent_integrity_violated Then
124: -- Parent integrity has been violated
125: --

Line 126: ota_foi_shd.constraint_error

122: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
123: When hr_api.parent_integrity_violated Then
124: -- Parent integrity has been violated
125: --
126: ota_foi_shd.constraint_error
127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
128: When hr_api.unique_integrity_violated Then
129: -- Unique integrity has been violated
130: --

Line 131: ota_foi_shd.constraint_error

127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
128: When hr_api.unique_integrity_violated Then
129: -- Unique integrity has been violated
130: --
131: ota_foi_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When Others Then
134: --
135: Raise;

Line 176: (p_rec in out nocopy ota_foi_shd.g_rec_type

172: --
173: -- {End Of Comments}
174: -- ----------------------------------------------------------------------------
175: Procedure pre_insert
176: (p_rec in out nocopy ota_foi_shd.g_rec_type
177: ) is
178: --
179: /*
180: Cursor C_Sel1 is select ota_frm_obj_inclusions_s.nextval from sys.dual;

Line 280: ,p_rec in ota_foi_shd.g_rec_type

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

Line 325: ,p_rec in out nocopy ota_foi_shd.g_rec_type

321: -- |---------------------------------< ins >----------------------------------|
322: -- ----------------------------------------------------------------------------
323: Procedure ins
324: (p_effective_date in date
325: ,p_rec in out nocopy ota_foi_shd.g_rec_type
326: ) is
327: --
328: l_proc varchar2(72) := g_package||'ins';
329: l_forum_id ota_frm_obj_inclusions.forum_id%TYPE;

Line 402: l_rec ota_foi_shd.g_rec_type;

398: -- ,p_object_type out nocopy varchar2
399: ,p_object_version_number out nocopy number
400: ) is
401: --
402: l_rec ota_foi_shd.g_rec_type;
403: l_proc varchar2(72) := g_package||'ins';
404: --
405: Begin
406: hr_utility.set_location('Entering:'||l_proc, 5);

Line 412: ota_foi_shd.convert_args

408: -- Call conversion function to turn arguments into the
409: -- p_rec structure.
410: --
411: l_rec :=
412: ota_foi_shd.convert_args
413: (--null
414: p_forum_id
415: ,p_object_id
416: ,p_object_type