DBA Data[Home] [Help]

APPS.OTA_TCC_INS dependencies on OTA_CROSS_CHARGES

Line 65: -- Insert the row into: ota_cross_charges

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: ota_cross_charges
66: --
67: insert into ota_cross_charges
68: (cross_charge_id
69: ,business_group_id

Line 67: insert into ota_cross_charges

63: --
64: --
65: -- Insert the row into: ota_cross_charges
66: --
67: insert into ota_cross_charges
68: (cross_charge_id
69: ,business_group_id
70: ,gl_set_of_books_id
71: ,object_version_number

Line 155: Cursor C_Sel1 is select ota_cross_charges_s.nextval from sys.dual;

151: ) is
152: --
153: l_proc varchar2(72) := g_package||'pre_insert';
154: --
155: Cursor C_Sel1 is select ota_cross_charges_s.nextval from sys.dual;
156: --
157: Begin
158: hr_utility.set_location('Entering:'||l_proc, 5);
159: --

Line 238: (p_module_name => 'OTA_CROSS_CHARGES'

234: --
235: when hr_api.cannot_find_prog_unit then
236: --
237: hr_api.cannot_find_prog_unit_error
238: (p_module_name => 'OTA_CROSS_CHARGES'
239: ,p_hook_type => 'AI');
240: --
241: end;
242: --