DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_PVT dependencies on OE_BULK_LINE_UTIL

Line 451: OE_Bulk_Line_Util.Load_Lines

447: SELECT hsecs INTO l_start_time from v$timer;
448: end if;
449: oe_debug_pub.add( 'Process Tax :'|| p_process_tax,1);
450:
451: OE_Bulk_Line_Util.Load_Lines
452: (p_batch_id => p_batch_id
453: ,p_process_configurations => p_process_configurations
454: ,p_line_rec => G_LINE_REC);
455: IF l_debug_level > 0 THEN

Line 541: OE_Bulk_Line_Util.Create_Line_Scredits(l_line_scredit_rec);

537: IF l_debug_level > 0 Then
538: SELECT hsecs INTO l_start_time from v$timer;
539: end if;
540:
541: OE_Bulk_Line_Util.Create_Line_Scredits(l_line_scredit_rec);
542:
543: -- Bug 5640601 =>
544: -- Selecting hsecs from v$times is changed to execute only when debug
545: -- is enabled, as hsec is used for logging only when debug is enabled.

Line 780: OE_Bulk_Line_Util.Insert_Lines

776: IF l_debug_level > 0 Then
777: SELECT hsecs INTO l_start_time from v$timer;
778: end if;
779:
780: OE_Bulk_Line_Util.Insert_Lines
781: ( p_line_rec => G_LINE_REC
782: );
783:
784: -- Bug 5640601 =>