how to make charge account segment read only

Upload: infosource-sa

Post on 10-Feb-2018

225 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/22/2019 How to Make Charge Account Segment Read Only

    1/2

    Junaid Iftikhar Ahmed | Sr.Oracle Solution Architect & PM| BCS-SE, MBA-FIN, SCM-EXP1

    How To Make Charge Account Segment Read Only

    MODULE:

    Oracle iProcurement

    PROBLEM STATEMENT

    How To Make Charge Account Segment Read Only ?

    SOLUTION

    With 11.5.10 and higher , a new profile called 'POR: Display Legacy Accounting Flex UI'. If this profilevalue is set to 'Yes,' the charge account will be displayed in separate segments.

    In order to make certain segments read-only, the user can personalize the page. Below are the steps to

    achieve this:

    1. Go to 'Requisition Information: Split Cost Allocation' Page (Account Tab)

    2. Click on Personalize Page global button on top right of the page.

    3. Find the item 'Flex: (ChargeAccountFlex)' and click on Edit/personalize(pencil) icon

    4. Set the Segment List in the following format:

    OPERATIONS_ACCOUNTING_FLEX|Company|Department($RO)|Account|Sub-Account|Product

    Here in this example, OPERATIONS_ACCOUNTING_FLEX is the key flex structure code name. Company,Department, Account, Sub-Account, and Product are the segment names. To make a segment read-only,

    put ($RO) to the right of the segment name. In this example, Department will be displayed as read-only.

    If you then find the Charge Account segment instead being Read-Only, it Disappearedthen append '($RO$)' at the end of the attribute name.-> see Note 456339.1 - What Is the Option For Context Flexfield If $PROFILES$.ORG_ID Is Not AvailableIn iProcurement

    Additional information:

    The segments do NOT remain read only using "Apply this Cost Allocation information to all applicable

    requisition lines" checkbox.

    Per Product development making the segment read-only just means that user cannot edit it. Theapplication will still copy over all segments. This is the current functionality.

    The above is valid for rel 12 also.

  • 7/22/2019 How to Make Charge Account Segment Read Only

    2/2

    Junaid Iftikhar Ahmed | Sr.Oracle Solution Architect & PM| BCS-SE, MBA-FIN, SCM-EXP2

    ATTENTION: If you are implementing the steps above in 11.5.10 and the segment is

    disappearing rather than actually becoming Read Only as desired, please review thefollowing patches for possible application depending on your ATG family pack level:

    ATG CU 5:Patch 6518887BACKPORT:5534803:HR FAMILY PACK K RUP 2:11.5.10.2:READONLY FIELD IN THEFLEXFIELD DISAPPEARING

    ATG CU 6:Patch 67084341OFF:5762547:11I.SCM_PF.J:11.5.10.6:SEGMENT VALUE NOT GETTING UPDATED TOSELECTE

    To confirm your ATG Family Pack Level - the following sql can be used:

    SELECT (bug_number),DECODE ((bug_number),

    '4017300', 'ATG CU 1','4125550', 'ATG CU 2',

    '4334965', 'ATG CU 3','4676589', 'ATG CU 4','5473858', 'ATG CU 5','5903765', 'ATG CU 6','6241631', ATG CU 7')FROM ad_bugsWHERE bug_number IN('4017300','4125550','4334965','4676589','5473858','5903765''6241631'

    )ORDER BY bug_number DESC;

    Personalized the Charge Account segment to Read-Only, instead it Disappeared

    https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=6518887https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=6518887https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=6708434https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=6708434https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=6708434https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=6518887