Can We execute OE_ORDER_PUB via DBLINK?
As described in the Processing flow, we are considering executing OE_ORDER_PUB via DBLINK and the Add-On program as shown below.
There are three points to check below, so please answer them.
- It can be executed without any problems or any action required for implementation?
- Any required authority to be granted to the DB user "XXXX" below.
- Please let us know if you have any other concerns.
<<Version>>
Oracle EBS 12.1.3 (or 12.2.13)
Oracle DB 11.2.0.4 (or 19.23)
<<Using DBs>>
DB-1 (DB for calling API) => DB-2 (DB for executing OE_ORDER_PUB)
<<Processing flow>>
API call from DB-1 => DBLINK (specify XXXX schema of DB-2) => Connect to XXXX schema of DB2 => Execute Add-On procedure under APPS schema of DB2 => Execute OE_ORDER_PUB