DBA Data[Home] [Help]

APPS.OE_BULK_TAX_UTIL dependencies on FND_FILE

Line 235: FND_FILE.PUT_LINE(FND_FILE.LOG,'Time spent in GET_DEFAULT_TAX_CLASSIFICATION is (sec) '||((l_end_time-l_start_time)/100));

231:
232:
233: SELECT hsecs INTO l_end_time from v$timer;
234:
235: FND_FILE.PUT_LINE(FND_FILE.LOG,'Time spent in GET_DEFAULT_TAX_CLASSIFICATION is (sec) '||((l_end_time-l_start_time)/100));
236:
237: IF l_debug_level > 0 THEN
238: oe_debug_pub.add( 'after calling AZX_AR_TAX_CLASSIFICATN_DEF_PKG.GET_DEFAULT_TAX_CLASSIFICATION');
239: oe_debug_pub.add( 'tax code: ' || x_tax_code);

Line 336: FND_FILE.PUT_LINE(FND_FILE.LOG,'Time spent validating tax information is (sec) '||((l_end_time-l_start_time)/100));

332:
333:
334: SELECT hsecs INTO l_end_time from v$timer;
335:
336: FND_FILE.PUT_LINE(FND_FILE.LOG,'Time spent validating tax information is (sec) '||((l_end_time-l_start_time)/100));
337:
338: EXCEPTION
339: WHEN OTHERS THEN
340: IF l_debug_level > 0 THEN

Line 1528: FND_FILE.PUT_LINE(FND_FILE.LOG,'Time spent in zx_api_pub.calculate_tax is (sec) '||((l_end_time-l_start_time)/100));

1524: p_data_transfer_mode => 'PLS',
1525: x_doc_level_recalc_flag => l_doc_level_recalc_flag);
1526: END IF;
1527: SELECT hsecs INTO l_end_time FROM v$timer;
1528: FND_FILE.PUT_LINE(FND_FILE.LOG,'Time spent in zx_api_pub.calculate_tax is (sec) '||((l_end_time-l_start_time)/100));
1529: IF l_debug_level > 0 THEN
1530: oe_debug_pub.add('Message returned by tax API ZX_API_PUB.calculate_tax: '||l_msg_count,2);
1531: END IF;
1532: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 1808: FND_FILE.PUT_LINE(FND_FILE.LOG,'Time spent inserting adjustment records is (sec) '||((l_end_time-l_start_time)/100));

1804:
1805:
1806: SELECT hsecs INTO l_end_time from v$timer;
1807:
1808: FND_FILE.PUT_LINE(FND_FILE.LOG,'Time spent inserting adjustment records is (sec) '||((l_end_time-l_start_time)/100));
1809:
1810: --Need to Update TAX_VALUE on oe_order_lines_all if in post insert mode.
1811: IF p_post_insert AND G_Tax_Line_Id.COUNT > 0
1812: THEN