DBA Data[Home] [Help]

APPS.AR_EXCHANGE_INTERFACE dependencies on AR_EXCHANGE_INTERFACE_PKG

Line 49: debug(LEVEL0,'Calling ar_exchange_interface_pkg.customer_interface + ');

45: debug(LEVEL0,'-----------------------------------------');
46: l_conc_request_id := fnd_global.conc_request_id;
47: debug(LEVEL0,'conc.request id = '||to_char(l_conc_request_id));
48:
49: debug(LEVEL0,'Calling ar_exchange_interface_pkg.customer_interface + ');
50: ar_exchange_interface_pkg.customer_interface
51: (null,
52: null,
53: l_conc_request_id,

Line 50: ar_exchange_interface_pkg.customer_interface

46: l_conc_request_id := fnd_global.conc_request_id;
47: debug(LEVEL0,'conc.request id = '||to_char(l_conc_request_id));
48:
49: debug(LEVEL0,'Calling ar_exchange_interface_pkg.customer_interface + ');
50: ar_exchange_interface_pkg.customer_interface
51: (null,
52: null,
53: l_conc_request_id,
54: l_error_code,

Line 108: debug(LEVEL0,'Calling ar_exchange_interface_pkg.invoice_interface() + ');

104: debug(LEVEL0,'-----------------------------------------');
105: l_conc_request_id := fnd_global.conc_request_id;
106: debug(LEVEL0,'conc.request id = '||to_char(l_conc_request_id));
107:
108: debug(LEVEL0,'Calling ar_exchange_interface_pkg.invoice_interface() + ');
109: ar_exchange_interface_pkg.invoice_interface
110: (p_cutoff_date,
111: p_customer_name,
112: l_conc_request_id,

Line 109: ar_exchange_interface_pkg.invoice_interface

105: l_conc_request_id := fnd_global.conc_request_id;
106: debug(LEVEL0,'conc.request id = '||to_char(l_conc_request_id));
107:
108: debug(LEVEL0,'Calling ar_exchange_interface_pkg.invoice_interface() + ');
109: ar_exchange_interface_pkg.invoice_interface
110: (p_cutoff_date,
111: p_customer_name,
112: l_conc_request_id,
113: l_error_code,