DBA Data[Home] [Help]

APPS.PO_PB_LINES_1 dependencies on MTL_SYSTEM_ITEMS

Line 60: from mtl_system_items

56: into X_List_Price_Per_Unit,
57: X_Market_Price,
58: X_UM_Number,
59: X_Hazard_Class
60: from mtl_system_items
61: where inventory_item_id=X_Item_Id
62: and organization_id=X_Org_Id;
63: end if;
64: