DBA Data[Home] [Help]

APPS.AR_EXCHANGE_INTERFACE dependencies on FND_GLOBAL

Line 46: l_conc_request_id := fnd_global.conc_request_id;

42: BEGIN
43:
44: debug(LEVEL0,'ar_exchange_interface.ar_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

Line 105: l_conc_request_id := fnd_global.conc_request_id;

101:
102:
103: debug(LEVEL0,'ar_exchange_interface.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