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 All, A short post to get COA Account Segment related fields. select fvvv.value, FVVV.DESCRIPTION, fvvv.ENABLED_FLAG Enabled, fvvv.STAR...