DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_PVT dependencies on OE_BULK_WF_UTIL

Line 993: OE_Bulk_WF_Util.Start_Flows(p_header_rec => G_HEADER_REC

989: IF l_debug_level > 0 Then
990: SELECT hsecs INTO l_start_time from v$timer;
991: end if;
992:
993: OE_Bulk_WF_Util.Start_Flows(p_header_rec => G_HEADER_REC
994: ,p_line_rec => G_LINE_REC
995: ,x_return_status => l_return_status
996: );
997: