Hi
This blog is in continuation to the post "Exporting custom roles along with Data Security Policies". Please check it before this post.
Step 1: Go to Setup and Maintenance
Hi
This blog is in continuation to the post "Exporting custom roles along with Data Security Policies". Please check it before this post.
Step 1: Go to Setup and Maintenance
Hi
This blog is regarding exporting custom roles from an instance.
Step 1: Goto setup and maintenance > Click on Manage Implementation Projects
Hi
Following query can be used to see Supplier Attachment related details in Fusion.
select psv.SEGMENT1 Suppliernumber,
fdv.FILE_NAME,
fdv.TITLE,
fdv.URL
from
fnd_attached_documents fad,
fnd_documents_vl fdv,
POZ_SUPPLIERS_V psv
WHERE 1=1
AND fad.document_id = fdv.document_id
AND fad.entity_name = 'POZ_SUPPLIERS'
AND fad.pk1_value = psv.vendor_id
Hi,
In this post let us see how to remove data access that is assigned to a user.
Search for the task "Manage Data Access for Users"
Hi,
In this post, let's explore Data Model.
Data Model in fusion is the place where you write you are code.
To create a data model, go to reports and analytics > create / New > Data Model
Hi
In this post, let us see some useful Roles and Privileges in Fusion.
Financial Application Administrator - Useful Role for all the configuration setups related to Finance like General Ledger, Payables, Expenses and so on.. Also useful in order to FRS space
Functional Setups User - This is an abstract role used when we need to see offerings and setups in setup and maintainance
This role inherits following Privileges
Setup and Maintain Applications- This privilege enables setup and maintenance link under adminstration in user login
Review Applications Offering & Execute Setup Tasks - These privileges are useful to access offerings and setup tasks
View Administration Link - This privilege is useful for seeing administration link under user login
Useful Seeded Roles:
Accounts Payable:
Accounts Payable Specialist
Accounts Payable Payment Supervisor
Accounts Payable Supervisor
Accounts Payable Manager
Accounts Payable Invoice Supervisor
Supply Chain Execution:
Cost Accountant
In this post, we shall see how to access reports and analytics page and some options in it
Open Fusion instance,
This is the home page
Click on Browse Catalog
Hi All, A short post to get COA Account Segment related fields. select fvvv.value, FVVV.DESCRIPTION, fvvv.ENABLED_FLAG Enabled, fvvv.STAR...