DBA Data[Home] [Help]

APPS.WMS_OP_DEST_SYS_APIS dependencies on STANDARD

Line 617: -- still used loop to conform to the standard way cursor is handled

613: l_progress := '30';
614:
615: LOOP
616: -- this loop will only return one record, hense no performance concern
617: -- still used loop to conform to the standard way cursor is handled
618:
619: FETCH l_current_task_curs INTO l_current_task_rec;
620: EXIT WHEN l_current_task_curs%notfound;
621:

Line 1425: -- still used loop to conform to the standard way cursor is handled

1421: l_progress := '30';
1422:
1423: LOOP
1424: -- this loop will only return one record, hense no performance concern
1425: -- still used loop to conform to the standard way cursor is handled
1426:
1427: IF(p_mol_id IS NULL) THEN
1428: IF (l_debug = 1) THEN
1429: print_debug('Open l_current_task_curs cursor.', 4);