DBA Data[Home] [Help]

APPS.OTA_BJS_INS dependencies on OTA_BKNG_JUSTIFICATIONS_B

Line 87: -- Insert the row into: ota_bkng_justifications_b

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

Line 89: insert into ota_bkng_justifications_b

85: --
86: --
87: -- Insert the row into: ota_bkng_justifications_b
88: --
89: insert into ota_bkng_justifications_b
90: (booking_justification_id
91: ,priority_level
92: ,start_date_active
93: ,end_date_active

Line 171: Cursor C_Sel1 is select ota_bkng_justifications_b_s.nextval from sys.dual;

167: Procedure pre_insert
168: (p_rec in out nocopy ota_bjs_shd.g_rec_type
169: ) is
170: --
171: Cursor C_Sel1 is select ota_bkng_justifications_b_s.nextval from sys.dual;
172: --
173: Cursor C_Sel2 is
174: Select null
175: from ota_bkng_justifications_b

Line 175: from ota_bkng_justifications_b

171: Cursor C_Sel1 is select ota_bkng_justifications_b_s.nextval from sys.dual;
172: --
173: Cursor C_Sel2 is
174: Select null
175: from ota_bkng_justifications_b
176: where booking_justification_id =
177: ota_bjs_ins.g_booking_justification_id_i;
178: --
179: l_proc varchar2(72) := g_package||'pre_insert';

Line 197: fnd_message.set_token('TABLE_NAME','ota_bkng_justifications_b');

193: --
194: -- The primary key values are already in use.
195: --
196: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
197: fnd_message.set_token('TABLE_NAME','ota_bkng_justifications_b');
198: fnd_message.raise_error;
199: End If;
200: Close C_Sel2;
201: --

Line 286: (p_module_name => 'OTA_BKNG_JUSTIFICATIONS_B'

282: --
283: when hr_api.cannot_find_prog_unit then
284: --
285: hr_api.cannot_find_prog_unit_error
286: (p_module_name => 'OTA_BKNG_JUSTIFICATIONS_B'
287: ,p_hook_type => 'AI');
288: --
289: end;
290: --