DBA Data[Home] [Help]

APPS.OTA_CRT_INS dependencies on OTA_CERTIFICATIONS_B

Line 87: -- Insert the row into: ota_certifications_b

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

Line 89: insert into ota_certifications_b

85: --
86: --
87: -- Insert the row into: ota_certifications_b
88: --
89: insert into ota_certifications_b
90: (certification_id
91: ,business_group_id
92: ,public_flag
93: ,initial_completion_date

Line 235: Cursor C_Sel1 is select ota_certifications_b_s.nextval from sys.dual;

231: Procedure pre_insert
232: (p_rec in out nocopy ota_crt_shd.g_rec_type
233: ) is
234: --
235: Cursor C_Sel1 is select ota_certifications_b_s.nextval from sys.dual;
236: --
237: Cursor C_Sel2 is
238: Select null
239: from ota_certifications_b

Line 239: from ota_certifications_b

235: Cursor C_Sel1 is select ota_certifications_b_s.nextval from sys.dual;
236: --
237: Cursor C_Sel2 is
238: Select null
239: from ota_certifications_b
240: where certification_id =
241: ota_crt_ins.g_certification_id_i;
242: --
243: l_proc varchar2(72) := g_package||'pre_insert';

Line 261: fnd_message.set_token('TABLE_NAME','ota_certifications_b');

257: --
258: -- The primary key values are already in use.
259: --
260: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
261: fnd_message.set_token('TABLE_NAME','ota_certifications_b');
262: fnd_message.raise_error;
263: End If;
264: Close C_Sel2;
265: --

Line 414: (p_module_name => 'OTA_CERTIFICATIONS_B'

410: --
411: when hr_api.cannot_find_prog_unit then
412: --
413: hr_api.cannot_find_prog_unit_error
414: (p_module_name => 'OTA_CERTIFICATIONS_B'
415: ,p_hook_type => 'AI');
416: --
417: end;
418: --