DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_PVT dependencies on OE_BULK_LINE_UTIL

Line 491: OE_Bulk_Line_Util.Load_Lines

487: SELECT hsecs INTO l_start_time from v$timer;
488: end if;
489: oe_debug_pub.add( 'Process Tax :'|| p_process_tax,1);
490:
491: OE_Bulk_Line_Util.Load_Lines
492: (p_batch_id => p_batch_id
493: ,p_process_configurations => p_process_configurations
494: ,p_line_rec => G_LINE_REC);
495: IF l_debug_level > 0 THEN

Line 581: OE_Bulk_Line_Util.Create_Line_Scredits(l_line_scredit_rec);

577: IF l_debug_level > 0 Then
578: SELECT hsecs INTO l_start_time from v$timer;
579: end if;
580:
581: OE_Bulk_Line_Util.Create_Line_Scredits(l_line_scredit_rec);
582:
583: -- Bug 5640601 =>
584: -- Selecting hsecs from v$times is changed to execute only when debug
585: -- is enabled, as hsec is used for logging only when debug is enabled.

Line 821: OE_Bulk_Line_Util.Insert_Lines

817: IF l_debug_level > 0 Then
818: SELECT hsecs INTO l_start_time from v$timer;
819: end if;
820:
821: OE_Bulk_Line_Util.Insert_Lines
822: ( p_line_rec => G_LINE_REC
823: );
824:
825: -- Bug 5640601 =>