DBA Data[Home] [Help]

APPS.OE_BULK_PRICEORDER_PVT dependencies on FND_FILE

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

1456: -- is enabled, as hsec is used for logging only when debug is enabled.
1457: SELECT hsecs INTO l_end_time from v$timer;
1458: end if;
1459:
1460: FND_FILE.PUT_LINE(FND_FILE.LOG,'Time spent in Bulk_insert_lines is (sec) '||((l_end_time-l_start_time)/100));
1461:
1462: If l_debug_level > 0 Then
1463: oe_debug_pub.add('before QP_BULK_PREQ_GRP.Bulk_insert_adj');
1464: end if;

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

1522: -- is enabled, as hsec is used for logging only when debug is enabled.
1523: SELECT hsecs INTO l_end_time from v$timer;
1524: end if;
1525:
1526: FND_FILE.PUT_LINE(FND_FILE.LOG,'Time spent in PRICE_REQUEST is (sec) '||((l_end_time-l_start_time)/100));
1527: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR
1528: OR x_return_status = FND_API.G_RET_STS_ERROR )
1529: THEN
1530: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

1548: -- Selecting hsecs from v$times is changed to execute only when debug
1549: -- is enabled, as hsec is used for logging only when debug is enabled.
1550: SELECT hsecs INTO l_end_time from v$timer;
1551: end if;
1552: FND_FILE.PUT_LINE(FND_FILE.LOG,'Time spent in Check_Errors is (sec) '||((l_end_time-l_start_time)/100));
1553:
1554: --Next Upadate memory with the lastest pricing info
1555: IF l_debug_level > 0 Then
1556: -- Bug 5640601 =>

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

1565: -- is enabled, as hsec is used for logging only when debug is enabled.
1566: SELECT hsecs INTO l_end_time from v$timer;
1567: end if;
1568:
1569: FND_FILE.PUT_LINE(FND_FILE.LOG,'Time spent in Update_Global_Line is (sec) '||((l_end_time-l_start_time)/100));
1570: check_gsa;
1571:
1572:
1573: IF l_debug_level > 0 Then

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

1582: -- Selecting hsecs from v$times is changed to execute only when debug
1583: -- is enabled, as hsec is used for logging only when debug is enabled.
1584: SELECT hsecs INTO l_end_time from v$timer;
1585: end if;
1586: FND_FILE.PUT_LINE(FND_FILE.LOG,'Time spent in Insert_Adj is (sec) '||((l_end_time-l_start_time)/100));
1587:
1588: --Credit checking (will be called from OEBVORDB.pls)
1589:
1590: EXCEPTION