DBA Data[Home] [Help]

APPS.INV_MIGRATE_PROCESS_ORG dependencies on MTL_ITEM_LOCATIONS_S

Line 462: SELECT mtl_item_locations_s.nextval

458: WHERE segment1 = V_location
459: AND organization_id = p_organization_id);
460:
461: CURSOR Cur_get_id IS
462: SELECT mtl_item_locations_s.nextval
463: FROM dual;
464:
465: --Local Variables
466: l_migration_id NUMBER;