DBA Data[Home] [Help]

APPS.OTA_BJS_SHD dependencies on OTA_BKNG_JUSTIFICATIONS_B

Line 55: from ota_bkng_justifications_b

51: ,start_date_active
52: ,end_date_active
53: ,business_group_id
54: ,object_version_number
55: from ota_bkng_justifications_b
56: where booking_justification_id = p_booking_justification_id;
57: --
58: l_fct_ret boolean;
59: --

Line 126: from ota_bkng_justifications_b

122: ,start_date_active
123: ,end_date_active
124: ,business_group_id
125: ,object_version_number
126: from ota_bkng_justifications_b
127: where booking_justification_id = p_booking_justification_id
128: for update nowait;
129: --
130: l_proc varchar2(72) := g_package||'lck';

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

171: -- The object is locked therefore we need to supply a meaningful
172: -- error message.
173: --
174: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
175: fnd_message.set_token('TABLE_NAME', 'ota_bkng_justifications_b');
176: fnd_message.raise_error;
177: End lck;
178: --
179: -- ----------------------------------------------------------------------------