DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_IMPORT_PVT dependencies on OE_BULK_HOLDS_PVT

Line 163: OE_Bulk_Holds_PVT.Load_Hold_Sources;

159: SELECT hsecs INTO l_start_time from v$timer;
160: END IF;
161:
162: -- Load the Hold Sources Globals
163: OE_Bulk_Holds_PVT.Load_Hold_Sources;
164:
165: -- Bug 5640601 =>
166: -- Selecting hsecs from v$times is changed to execute only when debug
167: -- is enabled, as hsec is used for logging only when debug is enabled.