DBA Data[Home] [Help]

APPS.INV_PHY_INV_LOVS dependencies on DUAL

Line 709: FROM dual;

705: END IF;
706: -- Get the next tag ID for this new record
707: SELECT mtl_physical_inventory_tags_s.nextval
708: INTO l_tag_id
709: FROM dual;
710: IF (l_debug = 1) THEN
711: print_debug('Dynamic tag ID: ' || l_tag_id);
712: END IF;
713:

Line 1348: FROM dual;

1344:
1345: -- Get a valid adjustment ID for the new record
1346: SELECT mtl_physical_adjustments_s.NEXTVAL
1347: INTO l_adj_id
1348: FROM dual;
1349: IF (l_debug = 1) THEN
1350: print_debug('New adjustment ID: ' || l_adj_id);
1351: END IF;
1352: