DBA Data[Home] [Help]

APPS.PO_CREATE_REQUISITION_SV dependencies on MTL_SYSTEM_ITEMS_B

Line 700: FROM mtl_system_items_b

696: -- it is assumed that the calling procedure will always pass the Item ID
697: -- so that Item Description can be derived.
698: CURSOR item_desc_cur(p_item_id NUMBER, p_orgn_id NUMBER) IS
699: SELECT description
700: FROM mtl_system_items_b
701: WHERE inventory_item_id = p_item_id
702: AND organization_id = p_orgn_id;
703:
704: -- Get Item Category ID