DBA Data[Home] [Help]

APPS.AR_EXCHANGE_INTERFACE dependencies on RA_CUSTOMERS_INTERFACE_ALL

Line 67: update ra_customers_interface_all

63: fetch c_sysop into l_cust_autonum_flag;
64: close c_sysop;
65:
66: debug(LEVEL2, 'Resetting customer_number field (autonum = '||l_cust_autonum_flag||')');
67: update ra_customers_interface_all
68: set customer_number = decode(l_cust_autonum_flag, 'Y', NULL, customer_number)
69: where orig_system_customer_ref like 'EXCHANGE_CUST%';
70:
71: debug(LEVEL4,'Status code from remote call: '||l_error_code);