This blog evolved to a public notepad after all these years. I mainly share Oracle ERP stuff but I'm not limited to that.
Content can be Turkish or English.
Larry Ellison Demos Cloud Migration
Get link
Facebook
X
Pinterest
Email
Other Apps
-
It's easy to migrate your on premise database and application to cloud. Let's watch !
You can use below SQL query to list down all shopping cateogry hierarcy (both browsing and purchasing ones) and description for English and Turkish languages. Please feel free to contact me if you relaize any mistake. SELECT prct.CATEGORY_NAME PARENT_CATEGORY_NAME_TR , prce.CATEGORY_NAME PARENT_CATEGORY_NAME_US , pch.PURCHASING_CAT_FLAG , CASE WHEN pch.PURCHASING_CAT_FLAG = 'Y' THEN ( SELECT ect.CATEGORY_NAME FROM EGP_CATEGORIES_TL ect WHERE pch.child_category_id = ect.category_id AND ect.language = 'TR' ) ELSE ( SELECT prct.CATEGORY_NAME FROM POR_BROWSE...
Requisition Import process is used to import requisitions from other Oracle or third-party non-Oracle systems. Before R12.2.2, while importing requisitions from Oracle or third-party non-Oracle systems, if users do not provide charge account segment or CCID for other accounts in the Requisitions Interface table (PO_REQUISITIONS_INTERFACE), then these requisitions are not imported. The interface expects the accounts (charge, budget, variance, and accrual) as mandatory fields and does not process requisitions unless the charge account is populated. With this new feature, when requisitions are imported using the Requisition Import Process, the Charge, Budget, Variance and Accrual accounts for the requisitions are generated automatically by calling the Requisition Account Generator Workflow. Automatic generation of the charge account CCID happens only if the charge account and corresponding segments are empty. You can check following document to get more information. ...
Güncel trafiği gösteren Yandex.Haritalar ve panoramik caddeler ilgi çekiyor. Türkiye’nin yeni web bilgi portalı Yandex, coğrafi bilgilendirme servisi Yandex.Haritalar’ı bugün Türkiye’de hizmete soktu. Yandex.Haritalar, Türkiye’deki tüm şehirlerin ayrıntılı uydu görüntülerini sunmanın yanı sıra, kullanıcıların sokak planları üzerinde aradıkları adresleri, binaları ve bunlara karayolu üzerinden ulaşılabilecek rotaları bulmalarına yardımcı oluyor. Yandex.Haritalar ile kullanıcılar ayrıca İstanbul ve Ankara için güncel trafik bilgisine ve panoramik sokak görüntülerine de ulaşabiliyor. Yolculuk planlanmasında sürücülere kolaylık sağlamak amacıyla yan yollarla birlikte, İstanbul ve Ankara’daki trafik yoğunluk derecesini renkli grafiklerle gösteren Yandex.Haritalar, trafik durumunu dakikalar bazında güncelleyerek sürücüye en uygun alternatif yolları gösteriyor ve sürücünün hedefine ne zaman varacağını da hesaplayarak trafiğe takılmasını önlüyor. An itibarıyla Java ve Andro...
Comments
Post a Comment