DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_PVT dependencies on OE_BULK_VALIDATE

Line 1205: OE_BULK_VALIDATE.Pre_Process(p_batch_id);

1201: -- is enabled, as hsec is used for logging only when debug is enabled.
1202: IF l_debug_level > 0 Then
1203: SELECT hsecs INTO l_start_time from v$timer;
1204: end if;
1205: OE_BULK_VALIDATE.Pre_Process(p_batch_id);
1206: -- Bug 5640601 =>
1207: -- Selecting hsecs from v$times is changed to execute only when debug
1208: -- is enabled, as hsec is used for logging only when debug is enabled.
1209: IF l_debug_level > 0 Then

Line 1226: OE_BULK_VALIDATE.Attributes(p_batch_id, l_adjustments_exist);

1222: -- is enabled, as hsec is used for logging only when debug is enabled.
1223: IF l_debug_level > 0 Then
1224: SELECT hsecs INTO l_start_time from v$timer;
1225: end if;
1226: OE_BULK_VALIDATE.Attributes(p_batch_id, l_adjustments_exist);
1227: -- Bug 5640601 =>
1228: -- Selecting hsecs from v$times is changed to execute only when debug
1229: -- is enabled, as hsec is used for logging only when debug is enabled.
1230: IF l_debug_level > 0 Then

Line 1280: OE_BULK_VALIDATE.MARK_INTERFACE_ERROR(p_batch_id);

1276: -------------------------------------------------------------------
1277: -- Mark Error Status on Interface Tables
1278: -------------------------------------------------------------------
1279:
1280: OE_BULK_VALIDATE.MARK_INTERFACE_ERROR(p_batch_id);
1281: Process_Invalid_Records;
1282:
1283: -------------------------------------------------------------------
1284: -- Pre_process Configurations

Line 1317: OE_BULK_VALIDATE.MARK_INTERFACE_ERROR(p_batch_id);

1313: -------------------------------------------------------------------
1314: -- Mark Error Status on Interface Tables
1315: -------------------------------------------------------------------
1316:
1317: OE_BULK_VALIDATE.MARK_INTERFACE_ERROR(p_batch_id);
1318:
1319:
1320: Process_Invalid_Records;
1321: