DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_PVT dependencies on OE_BULK_WF_UTIL

Line 1034: OE_Bulk_WF_Util.Start_Flows(p_header_rec => G_HEADER_REC

1030: IF l_debug_level > 0 Then
1031: SELECT hsecs INTO l_start_time from v$timer;
1032: end if;
1033:
1034: OE_Bulk_WF_Util.Start_Flows(p_header_rec => G_HEADER_REC
1035: ,p_line_rec => G_LINE_REC
1036: ,x_return_status => l_return_status
1037: );
1038: