DBA Data[Home] [Help]

APPS.ARP_PROCESS_CHARGEBACK dependencies on IBY_TRXN_EXTENSIONS_V

Line 1263: l_instrument_type iby_trxn_extensions_v.instrument_type%type;

1259: /*Bug 13788971 - initialization of variables for Paying Customer details population - Start*/
1260: l_payment_method_name ar_receipt_methods.name%type;
1261: l_creation_method_code ar_receipt_classes.creation_method_code%type;
1262: l_payment_channel_code ar_receipt_methods.payment_channel_code%type;
1263: l_instrument_type iby_trxn_extensions_v.instrument_type%type;
1264: l_instr_assignment_id iby_trxn_extensions_v.instr_assignment_id%type;
1265: l_org_id ra_customer_trx.org_id%type;
1266: l_create_msg_count NUMBER;
1267: l_create_msg_data VARCHAR2(2000);

Line 1264: l_instr_assignment_id iby_trxn_extensions_v.instr_assignment_id%type;

1260: l_payment_method_name ar_receipt_methods.name%type;
1261: l_creation_method_code ar_receipt_classes.creation_method_code%type;
1262: l_payment_channel_code ar_receipt_methods.payment_channel_code%type;
1263: l_instrument_type iby_trxn_extensions_v.instrument_type%type;
1264: l_instr_assignment_id iby_trxn_extensions_v.instr_assignment_id%type;
1265: l_org_id ra_customer_trx.org_id%type;
1266: l_create_msg_count NUMBER;
1267: l_create_msg_data VARCHAR2(2000);
1268: l_create_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;