DBA Data[Home] [Help]

APPS.PJM_PROJECT_LOCATOR dependencies on MTL_ITEM_LOCATIONS_S

Line 376: select mtl_item_locations_s.nextval

372: raise subinv_mismatch;
373: end if;
374:
375: if (L_locator_id = -1 and X_create_locator) then
376: select mtl_item_locations_s.nextval
377: into L_locator_id
378: from dual;
379:
380: L_user_id := fnd_profile.value('USER_ID');