DBA Data[Home] [Help]

APPS.FND_OAM_DSCRAM_UNITS_PKG dependencies on STANDARD

Line 1132: fnd_oam_debug.log(1, l_ctxt, 'Rolling back changes because of non-standard run mode');

1128: l_max_range_rows_processed);
1129: COMMIT;
1130: ELSE
1131: ROLLBACK;
1132: fnd_oam_debug.log(1, l_ctxt, 'Rolling back changes because of non-standard run mode');
1133: --autonomously complete the range to keep AD progressing
1134: COMPLETE_AD_RANGE_AUTONOMOUSLY(l_rowid_ubound,
1135: l_max_range_rows_processed);
1136: END IF;

Line 1218: fnd_oam_debug.log(1, l_ctxt, 'Rolling back changes because of non-standard run mode');

1214: --to mark our incremental success since we're the only worker.
1215: IF FND_OAM_DSCRAM_UTILS_PKG.RUN_IS_NORMAL THEN
1216: COMMIT;
1217: ELSE
1218: fnd_oam_debug.log(1, l_ctxt, 'Rolling back changes because of non-standard run mode');
1219: ROLLBACK;
1220: END IF;
1221: ELSE
1222: --the work failed, don't continue executing other work units in this case to cover

Line 1361: -- standard work item comparator, -1 if left scheduled earlier than right, 0 if same, 1 if right scheduled earlier.

1357: fnd_oam_debug.log(6, l_ctxt, x_return_msg);
1358: fnd_oam_debug.log(2, l_ctxt, 'EXIT');
1359: END;
1360:
1361: -- standard work item comparator, -1 if left scheduled earlier than right, 0 if same, 1 if right scheduled earlier.
1362: -- takes into account the priority and then the weight with priority overriding weight. Null priorites come last,
1363: -- Null weights come first.
1364: FUNCTION COMPARE_WORK_ITEMS(p_left IN OUT NOCOPY work_item_type,
1365: p_right IN OUT NOCOPY work_item_type)