DBA Data[Home] [Help]

APPS.OE_BULK_PRICEORDER_PVT dependencies on QP_BULK_PREQ_GRP

Line 1432: oe_debug_pub.add('before QP_BULK_PREQ_GRP.Bulk_insert_lines');

1428: -- Bug 5640601 =>
1429: -- Selecting hsecs from v$times is changed to execute only when debug
1430: -- is enabled, as hsec is used for logging only when debug is enabled.
1431: SELECT hsecs INTO l_start_time from v$timer;
1432: oe_debug_pub.add('before QP_BULK_PREQ_GRP.Bulk_insert_lines');
1433: end if;
1434: QP_BULK_PREQ_GRP.Bulk_insert_lines(p_header_rec => p_header_rec
1435: , p_line_rec => p_line_rec
1436: , x_return_status => x_return_status

Line 1434: QP_BULK_PREQ_GRP.Bulk_insert_lines(p_header_rec => p_header_rec

1430: -- is enabled, as hsec is used for logging only when debug is enabled.
1431: SELECT hsecs INTO l_start_time from v$timer;
1432: oe_debug_pub.add('before QP_BULK_PREQ_GRP.Bulk_insert_lines');
1433: end if;
1434: QP_BULK_PREQ_GRP.Bulk_insert_lines(p_header_rec => p_header_rec
1435: , p_line_rec => p_line_rec
1436: , x_return_status => x_return_status
1437: , x_return_status_text => x_return_status_text);
1438: If l_debug_level > 0 Then

Line 1463: oe_debug_pub.add('before QP_BULK_PREQ_GRP.Bulk_insert_adj');

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;
1465: IF p_adjustments_exist = 'Y' THEN --pibadj
1466: QP_BULK_PREQ_GRP.Bulk_insert_adj(x_return_status,
1467: x_return_status_text);

Line 1466: QP_BULK_PREQ_GRP.Bulk_insert_adj(x_return_status,

1462: If l_debug_level > 0 Then
1463: oe_debug_pub.add('before QP_BULK_PREQ_GRP.Bulk_insert_adj');
1464: end if;
1465: IF p_adjustments_exist = 'Y' THEN --pibadj
1466: QP_BULK_PREQ_GRP.Bulk_insert_adj(x_return_status,
1467: x_return_status_text);
1468: If l_debug_level > 0 Then
1469: oe_debug_pub.add('after Bulk_insert_adj return status : '||x_return_status||' status text : '||x_return_status_text);
1470: end if;