DBA Data[Home] [Help]

APPS.OKE_CLE_PVT dependencies on MTL_ITEM_UOMS_VIEW

Line 767: mtl_item_uoms_view

763: ) IS
764:
765: CURSOR l_csr1 IS
766: SELECT 'x' FROM
767: mtl_item_uoms_view
768: where inventory_item_id = p_cle_rec.inventory_item_id
769: and uom_code = p_cle_rec.uom_code;
770:
771:

Line 814: p_token3_value => 'MTL_ITEM_UOMS_VIEW');

810: p_token1_value => 'UOM_CODE',
811: p_token2 => g_child_table_token,
812: p_token2_value => G_VIEW,
813: p_token3 => g_parent_table_token,
814: p_token3_value => 'MTL_ITEM_UOMS_VIEW');
815: -- notify caller of an error
816: x_return_status := OKE_API.G_RET_STS_ERROR;
817: ELSE
818: OKE_API.SET_MESSAGE(p_app_name => g_app_name,