DBA Data[Home] [Help]

APPS.ECX_TRANSACTIONS_API dependencies on ECX_TRANSACTIONS_TL

Line 224: into ecx_transactions_b and ecx_transactions_tl tables*/

220: i_last_updated_by :=0;
221: end if;
222:
223: /* Call the table handler API for insertion of data
224: into ecx_transactions_b and ecx_transactions_tl tables*/
225:
226: ECX_TRANSACTIONS_PKG.INSERT_ROW
227: (
228: x_rowid => i_rowid,

Line 326: Update ecx_transactions_tl

322: return;
323: end if;
324:
325:
326: Update ecx_transactions_tl
327: set transaction_description = p_transaction_description,
328: last_updated_by = i_last_updated_by,
329: last_update_date = sysdate,
330: source_lang = userenv('LANG')

Line 339: 'ECX_TRANSACTIONS_TL',

335: then
336: x_return_status := ECX_UTIL_API.G_NO_DATA_ERROR;
337: x_msg := ecx_debug.getTranslatedMessage('ECX_NO_TRANS_ROWS_UPDATED',
338: 'p_table',
339: 'ECX_TRANSACTIONS_TL',
340: 'p_param_name',
341: 'Transaction ID',
342: 'p_param_id',
343: 'p_transaction_id');