DBA Data[Home] [Help]

APPS.OKE_DELIVERABLE_UTILS_PUB dependencies on MTL_SYSTEM_ITEMS_B

Line 1069: from mtl_system_items_b

1065: L_Unit_Price NUMBER;
1066:
1067: cursor c is
1068: select list_price_per_unit
1069: from mtl_system_items_b
1070: where organization_id = p_org_id
1071: and inventory_item_id = p_item_id;
1072:
1073: