DBA Data[Home] [Help]

APPS.OKS_BILL_UTIL_PUB dependencies on MTL_SYSTEM_ITEMS_TL

Line 2733: MTL_SYSTEM_ITEMS_TL SIT

2729:
2730: Cursor l_cust_prod(p_object1_id1 Number, p_object1_id2 Varchar2) IS
2731: Select SIT.description
2732: FROM CSI_ITEM_INSTANCES cp,
2733: MTL_SYSTEM_ITEMS_TL SIT
2734: WHERE cp.instance_ID=p_object1_id1
2735: and SIT.inventory_item_id = cp.inventory_item_id
2736: and SIT.LANGUAGE = userenv('LANG')
2737: and SIT.organization_id = SYS_CONTEXT('OKC_CONTEXT','ORGANIZATION_ID');