DBA Data[Home] [Help]

APPS.OTA_LPS_INS dependencies on OTA_LEARNING_PATHS

Line 87: -- Insert the row into: ota_learning_paths

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

Line 89: insert into ota_learning_paths

85: --
86: --
87: -- Insert the row into: ota_learning_paths
88: --
89: insert into ota_learning_paths
90: (learning_path_id
91: ,business_group_id
92: ,duration
93: ,duration_units

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

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

Line 239: from ota_learning_paths

235: Cursor C_Sel1 is select ota_learning_paths_s.nextval from sys.dual;
236: --
237: Cursor C_Sel2 is
238: Select null
239: from ota_learning_paths
240: where learning_path_id =
241: ota_lps_ins.g_learning_path_id_i;
242: --
243: l_proc varchar2(72) := g_package||'pre_insert';

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

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_learning_paths');
262: fnd_message.raise_error;
263: End If;
264: Close C_Sel2;
265: --

Line 416: (p_module_name => 'OTA_LEARNING_PATHS'

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