DBA Data[Home] [Help]

APPS.OTA_OFF_INS dependencies on OTA_OFFERINGS

Line 87: -- Insert the row into: ota_offerings

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

Line 89: insert into ota_offerings

85: --
86: --
87: -- Insert the row into: ota_offerings
88: --
89: insert into ota_offerings
90: (offering_id
91: ,activity_version_id
92: ,business_group_id
93: --,offering_name

Line 259: Cursor C_Sel1 is select ota_offerings_s.nextval from sys.dual;

255: Procedure pre_insert
256: (p_rec in out nocopy ota_off_shd.g_rec_type
257: ) is
258: --
259: Cursor C_Sel1 is select ota_offerings_s.nextval from sys.dual;
260: --
261: Cursor C_Sel2 is
262: Select null
263: from ota_offerings

Line 263: from ota_offerings

259: Cursor C_Sel1 is select ota_offerings_s.nextval from sys.dual;
260: --
261: Cursor C_Sel2 is
262: Select null
263: from ota_offerings
264: where offering_id =
265: ota_off_ins.g_offering_id_i;
266: --
267: l_proc varchar2(72) := g_package||'pre_insert';

Line 285: fnd_message.set_token('TABLE_NAME','ota_offerings');

281: --
282: -- The primary key values are already in use.
283: --
284: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
285: fnd_message.set_token('TABLE_NAME','ota_offerings');
286: fnd_message.raise_error;
287: End If;
288: Close C_Sel2;
289: --

Line 459: (p_module_name => 'OTA_OFFERINGS'

455: --
456: when hr_api.cannot_find_prog_unit then
457: --
458: hr_api.cannot_find_prog_unit_error
459: (p_module_name => 'OTA_OFFERINGS'
460: ,p_hook_type => 'AI');
461: --
462: end;
463: --