DBA Data[Home] [Help]

APPS.PO_LINE_LOCATIONS_SV7 dependencies on MTL_SYSTEM_ITEMS

Line 702: defined in mtl_system_items table */

698: x_header_processable_flag);
699: END IF;
700: ELSIF (X_item_revision is NULL) THEN
701: /* only allow those orgs in which the item_id is
702: defined in mtl_system_items table */
703:
704: X_progress := '110';
705: SELECT count(*)
706: INTO X_temp_count

Line 707: FROM mtl_system_items

703:
704: X_progress := '110';
705: SELECT count(*)
706: INTO X_temp_count
707: FROM mtl_system_items
708: WHERE inventory_item_id = X_item_id
709: AND organization_id = x_ship_to_organization_id;
710:
711: IF (X_temp_count = 0) THEN