DBA Data[Home] [Help]

APPS.OKS_BILL_UTIL_PUB dependencies on MTL_SYSTEM_ITEMS_TL

Line 2767: MTL_SYSTEM_ITEMS_TL SIT

2763:
2764: Cursor l_cust_prod(p_object1_id1 Number, p_object1_id2 Varchar2) IS
2765: Select SIT.description
2766: FROM CSI_ITEM_INSTANCES cp,
2767: MTL_SYSTEM_ITEMS_TL SIT
2768: WHERE cp.instance_ID=p_object1_id1
2769: and SIT.inventory_item_id = cp.inventory_item_id
2770: and SIT.LANGUAGE = userenv('LANG')
2771: and SIT.organization_id = SYS_CONTEXT('OKC_CONTEXT','ORGANIZATION_ID');