API to Update Supplier Sites and assign Tax code in Oracle apps
select vendor_id into v_vendor from ap_suppliers
Every time you change user assignments to a user group, clear the Oracle Applications cache so that users logging into Oracle eBusiness Suite R12 see only the appropriate options. (Note that if you do not clear the cache, users may be able to see the wrong options but they cannot actually do them.)
The Security tab's Grants screen appears.
Note:
You can also log in as the sysadmin user if you do not want to assign the Functional Administrator responsibility only for the purpose of clearing cache.
Click Yes.
Tables Used by Concurrent Request Concurrent Program
FND_CONCURRENT_REQUESTS
Contains a complete history of all concurrent requests (both past history and those scheduled to run in the future).
FND_RUN_REQUESTS
Stores information about the reports in a report set that a user submits including the report set’s parameter values.
FND_CONC_REQUEST_ARGUMENTS
Records all arguments passed by Concurrent Managers to concurrent requests as those requests are running.
FND_DUAL
Records when a request does not update any database tables.
FND_CONCURRENT_PROCESSES
Records information about Oracle Applications processes and OS processes.
FND_CONC_STAT_LIST
Collects runtime performance statistics for concurrent requests.
FND_CONC_STAT_SUMMARY
Contains Concurrent Program performance statistics generated by the Purge Concurrent Request program or the manager data program. These programs use the data in FND_CONC_STAT_LIST to compute these statistics।