DBA Data[Home] [Help]

APPS.OTA_FRM_INS dependencies on OTA_FRM_SHD

Line 76: (p_rec in out nocopy ota_frm_shd.g_rec_type

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

Line 121: ota_frm_shd.constraint_error

117: Exception
118: When hr_api.check_integrity_violated Then
119: -- A check constraint has been violated
120: --
121: ota_frm_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_frm_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_frm_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_frm_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_frm_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_frm_shd.g_rec_type

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

Line 264: ,p_rec in ota_frm_shd.g_rec_type

260: -- {End Of Comments}
261: -- ----------------------------------------------------------------------------
262: Procedure post_insert
263: (p_effective_date in date
264: ,p_rec in ota_frm_shd.g_rec_type
265: ) is
266: --
267: l_proc varchar2(72) := g_package||'post_insert';
268: --

Line 315: ,p_rec in out nocopy ota_frm_shd.g_rec_type

311: -- |---------------------------------< ins >----------------------------------|
312: -- ----------------------------------------------------------------------------
313: Procedure ins
314: (p_effective_date in date
315: ,p_rec in out nocopy ota_frm_shd.g_rec_type
316: ) is
317: --
318: l_proc varchar2(72) := g_package||'ins';
319: --

Line 371: l_rec ota_frm_shd.g_rec_type;

367: ,p_forum_id out nocopy number
368: ,p_object_version_number out nocopy number
369: ) is
370: --
371: l_rec ota_frm_shd.g_rec_type;
372: l_proc varchar2(72) := g_package||'ins';
373: --
374: Begin
375: hr_utility.set_location('Entering:'||l_proc, 5);

Line 381: ota_frm_shd.convert_args

377: -- Call conversion function to turn arguments into the
378: -- p_rec structure.
379: --
380: l_rec :=
381: ota_frm_shd.convert_args
382: (null
383: ,p_business_group_id
384: ,p_start_date_active
385: ,p_end_date_active