DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_PVT dependencies on OE_BULK_VALIDATE

Line 1164: OE_BULK_VALIDATE.Pre_Process(p_batch_id);

1160: -- is enabled, as hsec is used for logging only when debug is enabled.
1161: IF l_debug_level > 0 Then
1162: SELECT hsecs INTO l_start_time from v$timer;
1163: end if;
1164: OE_BULK_VALIDATE.Pre_Process(p_batch_id);
1165: -- Bug 5640601 =>
1166: -- Selecting hsecs from v$times is changed to execute only when debug
1167: -- is enabled, as hsec is used for logging only when debug is enabled.
1168: IF l_debug_level > 0 Then

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

1181: -- is enabled, as hsec is used for logging only when debug is enabled.
1182: IF l_debug_level > 0 Then
1183: SELECT hsecs INTO l_start_time from v$timer;
1184: end if;
1185: OE_BULK_VALIDATE.Attributes(p_batch_id, l_adjustments_exist);
1186: -- Bug 5640601 =>
1187: -- Selecting hsecs from v$times is changed to execute only when debug
1188: -- is enabled, as hsec is used for logging only when debug is enabled.
1189: IF l_debug_level > 0 Then

Line 1239: OE_BULK_VALIDATE.MARK_INTERFACE_ERROR(p_batch_id);

1235: -------------------------------------------------------------------
1236: -- Mark Error Status on Interface Tables
1237: -------------------------------------------------------------------
1238:
1239: OE_BULK_VALIDATE.MARK_INTERFACE_ERROR(p_batch_id);
1240: Process_Invalid_Records;
1241:
1242: -------------------------------------------------------------------
1243: -- Pre_process Configurations

Line 1276: OE_BULK_VALIDATE.MARK_INTERFACE_ERROR(p_batch_id);

1272: -------------------------------------------------------------------
1273: -- Mark Error Status on Interface Tables
1274: -------------------------------------------------------------------
1275:
1276: OE_BULK_VALIDATE.MARK_INTERFACE_ERROR(p_batch_id);
1277:
1278:
1279: Process_Invalid_Records;
1280: