Showing posts with label GRC. Show all posts
Showing posts with label GRC. Show all posts

Monday, 15 May 2017

How to Purge Debug Log, Closed Notifications and Concurrent Program Log/out files in Oracle Applications


Concurrent program “Purge Debug Log and System Alerts” in Release 11i and “Purge Logs and Closed System Alerts” in Release 12 is recommended way to purge messages.

 This program purges all messages up to the specified date,except messages for active transactions (new or open alerts, active ICX sessions, concurrent requests, and so on). This program is by default scheduled to run daily and purge messages older than 7 days. Internally this concurrent program invokes FND_LOG_ADMIN APIs.

Data from the following tables will be deleted when you run “Purge Logs and Closed System Alerts'” or “Purge Debug Log and System Alerts” program :

select * from FND_EXCEPTION_NOTES;

select * from FND_OAM_BIZEX_SENT_NOTIF;

select * from FND_LOG_METRICS;

select * from FND_LOG_UNIQUE_EXCEPTIONS;

select * from FND_LOG_EXCEPTIONS;

select * from FND_LOG_MESSAGES;

select * from FND_LOG_TRANSACTION_CONTEXT;

select * from FND_LOG_ATTACHMENTS

These tables contain debug & error messages.

Purge Concurrent Request and/or Manager Data Program

This concurrent program is used to purge concurrent requests log/out file, and/or CM log files.

Thursday, 12 May 2016

R12.1 EBS Application










Application Short Name Application Name Flog
     
AK 12.1 Common Modules-AK 12.1 Yes
ALR 12.1 Alert 12.1 Yes
AP 12.1 Payables 12.1 Yes
AR 12.1 Receivables 12.1 Yes
FND 12.1 Application Object Library 12.1 Yes
GL 12.1 General Ledger 12.1 Yes
PO 12.1 Purchasing 12.1 Yes
SYSADMIN 12.1 System Administration 12.1 Yes
XLA 12.1 Subledger Accounting 12.1 Yes
XLE 12.1 Legal Entity Configurator 12.1 Yes
ZX 12.1 E-Business Tax 12.1 Yes
iPO 12.1 Oracle iProcurement 12.1 (Purchasing) Yes

Tuesday, 26 April 2016

Oracle GRC - PCG not working in HTML (or) OAF

https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=271045914884638&id=1274924.1&displayIndex=1&_afrWindowMode=0&_adf.ctrl-state=84eybjvrp_488#FIX

Monday, 25 April 2016

Oracle GRC Important links






https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=210833860212877&id=2120090.1&displayIndex=4&_afrWindowMode=0&_adf.ctrl-state=lztdaevzk_941


https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=187371819612366&id=1084596.1&_adf.ctrl-state=pct22x5g5_266

CCG - Configuration issue with ERP (RAC) instance
https://community.oracle.com/thread/3914467



PCG critical patch



https://support.oracle.com/epmos/faces/KMConsolidatedSearch?_afrLoop=285809261126634&_afrWindowMode=0&_adf.ctrl-state=4qxrncxq7_53

 CCG critical patch:-

https://support.oracle.com/epmos/faces/KMConsolidatedSearch?_adf.ctrl-state=xrqvadpfw_9&_afrLoop=292388379896468

Audit Dequeue process is not capturing the changes.
 
  https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=296371542357160&id=1568084.1&displayIndex=6&_afrWindowMode=0&_adf.ctrl-state=9sp24gs11_200



Tuesday, 9 February 2016

How to create Query only form in oracle apps

Step 1 : Find the function name of the form to create Query only form in EBS



Step 2 :Query the function name in System Admin --> Application --> Function

Function Name : FND_FNDSCAUS



Step 3 : To create new Read only function on the User form.... Copy the sanded function and modify custom name like "XX_FND_FNDSCRSP_VIEW" and go to FORM TAB parameter part give
QUERY_ONLY="YES"



FROM TAB
 

Step 4: Now create new menu & responsibility and attach the function.