DBA Data[Home] [Help]

APPS.ECX_TP_API dependencies on ECX_TRANSACTIONS_TL

Line 609: x_transaction_description ecx_transactions_tl.transaction_description%type;

605: x_ext_process_id number := 0;
606: x_transaction_id number := 0;
607: x_standard_id number := 0;
608: x_queue_name ecx_ext_processes.queue_name%type;
609: x_transaction_description ecx_transactions_tl.transaction_description%type;
610:
611: Begin
612: x_return_status := ECX_UTIL_API.G_NO_ERROR;
613: x_msg := null;

Line 1328: i_transaction_description ecx_transactions_tl.transaction_description%type;

1324: i_company_admin_email varchar2(250);
1325: i_ext_process_id number;
1326: i_transaction_id number;
1327: i_standard_id number;
1328: i_transaction_description ecx_transactions_tl.transaction_description%type;
1329: i_ext_type ecx_ext_processes.ext_type%type;
1330: i_ext_subtype ecx_ext_processes.ext_subtype%type;
1331: i_queue_name ecx_ext_processes.queue_name%type;
1332: