DBA Data[Home] [Help]

APPS.OTA_FRM_INS dependencies on OTA_FORUMS_B

Line 87: -- Insert the row into: ota_forums_b

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --
87: -- Insert the row into: ota_forums_b
88: --
89: insert into ota_forums_b
90: (forum_id
91: ,business_group_id

Line 89: insert into ota_forums_b

85: --
86: --
87: -- Insert the row into: ota_forums_b
88: --
89: insert into ota_forums_b
90: (forum_id
91: ,business_group_id
92: ,start_date_active
93: ,end_date_active

Line 179: Cursor C_Sel1 is select ota_forums_b_s.nextval from sys.dual;

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: --
181: Cursor C_Sel2 is
182: Select null
183: from ota_forums_b

Line 183: from ota_forums_b

179: Cursor C_Sel1 is select ota_forums_b_s.nextval from sys.dual;
180: --
181: Cursor C_Sel2 is
182: Select null
183: from ota_forums_b
184: where forum_id =
185: ota_frm_ins.g_forum_id_i;
186: --
187: l_proc varchar2(72) := g_package||'pre_insert';

Line 205: fnd_message.set_token('TABLE_NAME','ota_forums_b');

201: --
202: -- The primary key values are already in use.
203: --
204: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
205: fnd_message.set_token('TABLE_NAME','ota_forums_b');
206: fnd_message.raise_error;
207: End If;
208: Close C_Sel2;
209: --

Line 302: (p_module_name => 'OTA_FORUMS_B'

298: --
299: when hr_api.cannot_find_prog_unit then
300: --
301: hr_api.cannot_find_prog_unit_error
302: (p_module_name => 'OTA_FORUMS_B'
303: ,p_hook_type => 'AI');
304: --
305: end;
306: --