DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on MTL_SYSTEM_ITEMS_TL

Line 345: FROM mtl_system_items_tl msitl

341: ,p_ledger_language VARCHAR2)
342: IS
343: SELECT msitl.description description
344: ,msitb.description b_description
345: FROM mtl_system_items_tl msitl
346: ,mtl_system_items_b msitb
347: WHERE msitl.inventory_item_id = p_inventory_item_id_pk1
348: AND msitl.organization_id = p_inventory_org_id_pk2
349: AND msitl.inventory_item_id = msitb.inventory_item_id