DBA Data[Home] [Help]

APPS.PO_ITEMS_SV1 dependencies on MTL_SYSTEM_ITEMS_KFV

Line 70: FROM mtl_system_items_kfv

66: /* check to see if there are any inventory_item_id exists */
67:
68: SELECT inventory_item_id
69: INTO X_inventory_item_id_v
70: FROM mtl_system_items_kfv
71: WHERE concatenated_segments = X_item_number
72: AND organization_id = X_organization_id;
73:
74: ELSIF (X_vendor_product_num is not null) THEN