Tagged: “#oracle”
-
Oracle Fusion SQL MOC
Map of Content for every note in the vault containing an Oracle Fusion SQL query — grouped by domain (P2P, finance, security, reference data, technique).
read article -
Oracle OCI - OAuth Configuration Manual
Configuring OAuth connection on Oracle Cloud Infrastructure.
read article -
How to implement AI for import requisition
Oracle Fusion Cloud has introduced AI agents as part of its embedded AI capabilities, with one key feature being the Quote to Purchase Requisition Assistant. This AI agent automates the process of...
read article -
Oracle Fusion - Procurement Self Service Profiles
Important Profile values to be configured for implementation of Oracle Fusion Self Service module
read article -
Oracle Fusion - Refresh BIP Layout
How to refresh the layout in case the output isn't refreshed
read article -
Oracle Fusion - SQL Query for Business Units
Oracle Fusion SQL Query returning the data of Business units
read article -
Oracle Fusion - SQL Query for Requisitions
Oracle Fusion SQL Query returning the data from Requisitions - Lines and distributions
read article -
Oracle Fusion - How to deal with MAX OPEN PERIOD error message
When you try to open Costing Period and you get an error message The period cannot be opened. (CST-2385103) <br>**Cause** Number of open periods already reached maximum permissible of...
read article -
Oracle Fusion - Query for Cost Center Manger
Cost Center manager details from an employee # If you have an employee and you need to know his cost center manager: SELECT peo.person_number employee_number, per_name.display_name ...
read article -
Orecle Fusion - Query for GL to Project cost
AP # SELECT gjh.JE_HEADER_ID hdr_id, gjl.JE_LINE_NUM line_num, --xte.source_id_int_1, sql1.project, sql1.project_name, sql1.task, sql1.task_name, aia.INVOICE_ID...
read article -
Oracle Fusion - Sync BIP refresh time
How to Disable Caching and Reduce Refresh Time for BIP Notifications and Print Reports? The BIP reports are saved in the server cache for a while (usually 24 hours). In order to call always the most...
read article -
Oracle Fusion - Add Function to navigator
Create sandbox # Configuration >> Sandboxes >> Create Sandbox Create and Enter Structures # Configuration >> Structure Click on specific group, then "Create Page...
read article -
Orecle Fusion - Query for Data Access
SELECT gl.name Security_Context_Value, pr.role_name Role_Name, pu.username UserName, role.ACTIVE_FLAG , 'DATA ACCESS SET' Security_Context FROM fusion.FUN_USER_ROLE_DATA_ASGNMNTS...
read article -
How to stop Oracle Fusion sending the message Document (Purchase Order) xxx Implemented
Go to the BPM Worklist. Click on your user name > Click Administration !Pasted image 20240104153949.png Task Configuration !Pasted image 20240104154033.png Search for...
read article -
Oracle Fusion - SOX requirements
Oracle Fusion - Implementation and Maintenance The Sarbanes-Oxley Act of 2002 (SOX) is a US federal law that sets certain requirements for public companies in order to ensure the accuracy and...
read article -
Oracle Fusion PP2 Procure to pay
What PP2 sessions
read article -
Oracle Fusion - Implementation process - Cycles
Oracle Fusion - Implementation and Maintenance Oracle Fusion Implementation cycles are used to break down the implementation process into small and more manageable phases. This helps to ensure that...
read article -
Oracle Fusion - Implementation and Maintenance
Dictionary for guides about implementation and maintenance of Oracle Fusion from the glasses of ERP Manager
read article -
Oracle Fusion - How much sites you need
Oracle Fusion - Implementation and Maintenance If your Oracle Fusion system is already stable and you are only doing small development work, then you can get away with having a single test/production...
read article -
ERP - Creating an encrypted link
Create Oracle R12 encrypted link using the system GET_RUN_FUNCTION_URL function
read article -
APEX - DB-Trigger that creates new profile in ERP
DB-Trigger that creates new profile in ERP for new app. later this profile will be in use for the Authoriation process
read article -
APEX - Create a view based on Web-service
Week Of: 2022-09-18 22/09/2022 This can be good solution in case you want to aggregate data on the application side. This view is based on "live" data and not on synchronized. CREATE OR...
read article -
APEX - Add buttons to interactive grid
Week Of: 2022-09-18 22/09/2022 var myGrid = apex.region('ACTION_E').widget().interactiveGrid("getViews").grid; var $te = $(this.triggeringElement); var rowId =...
read article -
Run Discoverer with local NLS
How to set local and temporary NLS_LANG - just for the current run
read article -
ACL
2021-10-03 ACL # home/ Professional ACL זה משמש כרשימת השרתים שניתן להתחבר אליהם ישירות מהDB. במדה ומעוניינים לגשת לאיזשהו שרות משרת אחר, יש להכניס את השרת ההוא לרשימת הACL. DBMS_NETWORK_ACL_ADMIN...
read article
See all tags.