Applies to:
Oracle Receivables - Version 12 and later
Information in this document applies to any platform.
FND_REQUEST.SUBMIT_REQUEST
ARLPLB
Oracle Receivables - Version 12 and later
Information in this document applies to any platform.
FND_REQUEST.SUBMIT_REQUEST
ARLPLB
Oracle Payables - Version 12.2.12 and later
Oracle Enterprise Command Center Framework - Version 12.2.12 to 12.2.12 [Release 12.2]
Information in this document applies to any platform.
| Goal | Solution | Table FND_LOBS | Table FND_DOCUMENTS |
Oracle Warehouse Management - Version 11.5.10 and later
Information in this document applies to any platform.
Oracle General Ledger - Version 12.2 and later
Information in this document applies to any platform.
Oracle Payables - Version 12.0.0 and later
Oracle Payments - Version 12.0.0 and later
Information in this document applies to any platform.
Oracle Order Management
Information in this document applies to any platform.
Oracle Payables - Version 12.2.5 and later
Information in this document applies to any platform.

今天遇到一個問題,進行了一些研究把它紀錄在這跟大家分享...
我有兩個ERP系統
一個環境是12.2.8 , 一個是12.1.3 然我目前想要將兩個ERP的Buyer資訊統一
但是兩個系統的Full_name 呈現是不一樣的format,對我造成資料分析的困擾
於是我想知道設定在哪?

Oracle Version : 12.1.3
首先,我們會需要設定Java component,一般來說是想使用相依性的下拉式選單,版主這邊使用的情境需求是
User 在Excel template上選擇了AP vendor供應商後,我們要帶出該供應商在該OU下的Active vendor site
[Interface Column] 定義如下
所以使用者會在Excel input 欄位是P_VENDOR_ID, 我期望帶出的選單呈現在 P_VENDOR_SITE_ID 欄位上

在此分享我自己在R12開發新的Web ADI 功能時,Depoly步驟如下
Develop Steps :
這裡的步驟是For "Upload data" only case.
所以我Content & Importer 為非必要步驟