SSHR - SIT Segment Values

I have defined a SIT structure with 2 segments "Type" and "Expenses", both are storing into SEGMENT1 AND SEGMENT10 respectively.
After the intiator submits the transaction from SSHR for approval, I would like to retrieve the values of "Type" and "Expenses" entered by the initiator. I checked the "HR_API_TRANSACTION_VALUES" against this transaction Item Key, there no values stored.
From which table we can get these segments values?
Thanks in advance.

1) What does this return?
SELECT t.transaction_id
,t.status
,t.selected_person_id
,t.transaction_document
,s.transaction_step_id
,s.api_name
,v.transaction_value_id
,v.datatype
,v.name
,v.varchar2_value
,v.number_value
,v.date_value
FROM hr_api_transactions t
,hr_api_transaction_steps s
,hr_api_transaction_values v
WHERE t.item_type = 'HRSSA'
AND t.item_key = '123456'
AND t.transaction_id = s.transaction_id
AND s.transaction_step_id = v.transaction_step_id(+)
AND v.name(+) IN ('P_ANALYSIS_CRITERIA_ID','P_ID_FLEX_NUM','P_PERSON_ANALYSIS_ID','P_STRUCTURE_CODE');
(You need to replace the item_key from 123456 with the Item Key of the transaction in question)
2) What Oracle E-Business Suite release are you on?

Similar Messages

  • Balancing segment value is not valid for this ledger

    Hello All,
    I am getting above error while running the Journal Import.
    Can any send me the query to check this details from Backend.
    Your help is appreciated.
    Thanks,
    AB
    Edited by: ABA on Jan 6, 2010 6:23 AM

    ABA wrote:
    Hello All,
    I am getting above error while running the Journal Import.What is exact error?
    Please also check Note:R12: Consolidation Journal Import Fails With Em30: Balancing Segment Value Not Valid For Ledger [ID 851061.1] and see its helpful
    GL Manuals and eTRMs from 10.7 to 11i [ID 66935.1]
    You can also check e-trm site for your issue(Interface Table : GL_INTERFACE -Base Tables : GL_JE_BATCHES - GL_JE_HEADERS-GL_JE_LINES -GL_BALANCES)
    Regard
    Helios

  • Balancing Segment Value assignment to Legal Entity using Account Setup Mgr

    Hello,
    This is on r12.06
    By mistake- I did not assign BSV at Legal Entity level, insteady I directly assigned at Ledger level. Now, I am getting following error when running "Accounting Program" standard program
    The subledger journal entry contains lines with balancing segment values that are not assigned to any legal entity.  Unassigned balancing segments cannot be used to balance a subledger journal entry with balancing segments already assigned to a legal entity.  Either update the balancing segment value assignments for the ledger ADP/Claims Solutions Group or update the balancing segment values used on the subledger journal entry Upon research, It was discovered that that the Balancing segment is assigned only at ledger level and it is not assigned at Legal Entity level in account setup manager.
    When I attempted to assign the BSV at LE level, it is not showing the BSV in list of values.
    I even end dated BS at ledger level and tried again but still the concerned BSV is not showing up in LOV at Legal entity level.
    Now I am completely stuck. Any idea what am I missing? Why, the new BSV is not showing up at LE level LOV when attempting to assign BSV at LE level?
    Thank you for reading this post in advance.
    Regards,
    R

    Once a BSV is assigned to the ledger it does not appear in the LOV of BSV-LE assignment field. Pl see if you can delete the BSV from ledger assignment, then only you can re-assign to LE. In my opinion, it allows you to delete the BSV from ledger level if you have not already used it in transactions. In your case, I wonder if it will allow you to delete it. If not, you have to raise SR with Oracle support.
    Thanks
    Tarun

  • How to retrive KFF segment values in each row of VO?

    Hi,
    I need to retrve Special Information Type values in HR screen.
    There is a table based on the VO and on of the column is a flex (KFF) linked ot the same VO.
    How can i retrieve the KFF segments values from each row of the table (or VO row).
    The VO contains the ID_FLEX_NUM only.
    Specific issue details:
    It is an HR screen
    page : PersonSIT Page
    Region : SpecialInformationType(Table)
    VO : SpecialInformationDetailsVO
    flex id="HrSitKeyFlex" flexName="PEA" flexFieldAppShortName="PER" user:akAttributeCode="HR_PERSON_SIT_FLEX"
    Any information is of great help
    Thanks,
    Kamath..

    Vo Query is
    SELECT /*+ ORDERED */pac.analysis_criteria_id,
    ppa.analysis_criteria_id old_analysis_criteria_id,
    ppa.person_analysis_id,
    ppa.object_version_number,
    ppa.id_flex_num,
    ppa.business_group_id,
    ppa.person_id,
    ppa.date_from,
    ppa.date_to,
    'DB_ROW' status,
    ppa.date_from old_date_from,
    ppa.date_to old_date_to,
    ppa.attribute1,
    ppa.attribute2,
    ppa.attribute3,
    ppa.attribute4,
    ppa.attribute5,
    ppa.attribute6,
    ppa.attribute7,
    ppa.attribute8,
    ppa.attribute9,
    ppa.attribute10,
    ppa.attribute11,
    ppa.attribute12,
    ppa.attribute13,
    ppa.attribute14,
    ppa.attribute15,
    ppa.attribute16,
    ppa.attribute17,
    ppa.attribute18,
    ppa.attribute19,
    ppa.attribute20,
    ppa.attribute_category
    FROM per_person_analyses ppa,
    per_analysis_criteria pac
    WHERE ppa.business_group_id = :1
    AND ppa.person_id = :2
    AND ppa.id_flex_num = :3
    AND pac.analysis_criteria_id = ppa.analysis_criteria_id
    The values from log file for a single row is as below
    i = 0
    row.getAnalysisCriteriaId()=68198
    row.getAttribute1()=null
    row.getAttribute10()=null
    row.getAttribute11()=null
    row.getAttribute12()=null
    row.getAttribute13()=null
    row.getAttribute14()=null
    row.getAttribute15()=null
    row.getAttribute16()=null
    row.getAttribute17()=null
    row.getAttribute18()=null
    row.getAttribute19()=null
    row.getAttribute20()=null
    row.getAttribute2()=null
    row.getAttribute3()=null
    row.getAttribute4()=null
    row.getAttribute5()=null
    row.getAttribute6()=null
    row.getAttribute7()=null
    row.getAttribute8()=null
    row.getAttribute9()=null
    row.getAttributeCategory()=null
    row.getBusinessGroupId()=83
    row.getDateFrom()=2009-10-01 03:32:38.0
    row.getDateTo()=null
    row.getIdFlexNum()=50454
    row.getPersonAnalysisId()=null
    row.getObjectVersionNumber()=null
    row.getOldAnalysisCriteriaId()=null
    row.getOldDateTo()=null
    row.getOldDateTo1()=null
    row.getPersonId()=46788
    row.getSelectFlag()=Y
    row.getStatus()=NEW_ROW
    Here, row.getIdFlexNum()=50454 is the id_flex_num- KFF structure code which has 4 segments.
    I need to get the value for the VaueSet of Segment1
    The segment values are displayed in the OAF page but i did not get how did std oracle code fetch it
    Thanks,
    kamath

  • How to default the KFF segment values based on other field's value

    Hi,
    I would need to reset the 5th segment value of "Liability Account" field on R12 Supplier Page under "Accounting" link.
    Condition: And it has to be based on some other value like "GLOBAL CONTEXT VALUE and TaxPayer ID Type" under "Organization" link.
    Right now; as per the seeded page it defaults the Liability Account to "BL-130-0000-2110-0000-0000" under accounting link; I need to change this default value to "BL-130-0000-2110-2641-0000" based on above condition.
    I have tried using the below code:
    OAKeyFlexBean oakeyflexbean = (OAKeyFlexBean)oawebbean.findIndexedChildRecursive("LiabilityFlex");
    oakeyflexbean.setText()
    But this one does not work.
    Can anyone suggest me some option to acheive this requirement.
    Thanks
    Edited by: 880860 on May 21, 2012 2:23 PM

    Hi everyone,
    Any thoughts? any help is appreciated...
    Thanks

  • Error - Journal Entry in R12 -"This balancing segment value....."

    Hello Friends,
    On R12 -> PROD version
    When I enter an Account in Journal, I am getting Error - > "This balancing segment value is not valid for current Ledger"
    It is completly a new setup of R12 accounts.

    Hello Friends,
    Finally I was able to post to GL, ofcourse learned in process how to find where the issue lies. Anyway....still there are some questions.
    Coming back to my earlier 2 questions:
    I noticed, when I assigned Balancing Segment to the Primary Ledger, I get the problem "This balancing segment......", so I just didnot assign any this time and was able to post to GL. I understand that BS assignment might be required to balance the entries in Ledger but I then have not yet quiet grasped the concept, so for a while I might just go with this.
    The 2nd error, I did get that again but I proceeded inspite of that and it is working okay, so donot know what was that one for and now that I know have to dubug, I will keep an eye for it and post any info on that later.
    Thank you all for the help and pointers..

  • Customised IDOC report - INVOIC01 - to display required segment values

    Hello Friends,
    We have a EDI Interface from a Telecom application to our SAP Payment system Interfacing INVOIC01 .
    I have a requirement to develop a report to send out a list of all IDOCS loaded/failed on SAP with the segment values segregated .
    for EG : I would need the corresponding values  of  E1EDK02 - BELNR , E1EDK14-ORGID,E1EDP01-NETWR ,E1EDP26-BETRG
    Do any of you guys have such a report or something similar to the same ?
    thanks,
    Raghu V

    HI Ben Fitts,
    This requirement was ages back . I remember , I developed it from scratch myself.
    regards
    Raghu V

  • Get Intercharge Segment Values inside Orchestration (IS13)

    Hi 
    Can anyone please let me know how to get the ISA and GS segments of X12 interchange inside biztalk orchestration.
    The scenario is i have to insert into a log table the X12 files i sent to the client. I have to insert the ISA and GS segments into that log table, but these are generated at the (send pipelines) which are at send ports.
    Is there any way to log the Interchange control number.
    Thanks in advance.

    Hi Shivakumar,
    I have written an article on how to fetch ISA and GS Segment, have a look at it BizTalk
    Server 2010: Fetching ISA and GS Segment Values From Interchange Envelope and Mapping
    Maheshkumar S Tiwari|User
    Page|Blog|BizTalk
    Server : Scheduling Orchestration using Trigger Message

  • Query to Check whether balancing segment value is assign to ledger

    Hello All,
    I am getting above error while running the Journal Import.
    Can any send me the query to check this details from Backend.
    Your help is appreciated.
    Thanks,
    AB
    Edited by: ABA on Jan 6, 2010 6:23 AM

    Here is the query to check balancing segment value Assigned to ledger or not.
    select ledger_id,segment_value balancing_segment,legal_entity_id
    from GL_LEDGER_NORM_SEG_VALS where segment_type_code = 'B'
    Thanks,
    AB

  • (ADI) JOURNAL UPLOAD IS ADDING ZEROS TO SEGMENT VALUES

    제품 : FIN_GL
    작성날짜 : 2003-09-16
    (ADI) JOURNAL UPLOAD IS ADDING ZEROS TO SEGMENT VALUES
    ======================================================
    Problem Description
    ADI에서 Journal Import를 시도할때, Account segment value값에"0"를 자리수만큼 채워서 upload를 시도하는 경우가 있다.
    예를들어, segment value가 300 인데, ADI에서 Journal Import시
    0300 으로 바뀌는 경우이다.
    이 경우, Segment Value중에 0300이라는 값이 없기 때문에, upload시
    에러가 발생한다.
    재현방법 :
    Responsibility = General Ledger Super User
    ADI path = Click on the Ledger Book from the ADI toolbar/Enter Journals
    1. Log on to ADI as the General Ledger Super User.
    2. Proceed to the Create Journal Worksheet form using the above navigation.
    3. Choose the appropriate journal type and click on the green check mark to
    continue. This will load Excel and the appropriate journal template.
    4. Enter your Journal information in the header and body. Place the value of
    the segments that you would like in the segment value portion of the journal.
    5. Once the journal is completed, click on the Ledger Book from the ADI toolbar
    and select the green arrow to upload the journal.
    6. Once the journal upload is complete, you notice that the values that were
    uploaded for a certain segment have a zero added to them.
    Solution Description
    "0"가 자릿수만큼 채워지는 것을 막기위해, ADI setup중 "Zero Pad" 기능을 uncheck한다.
    Responsibility = General Ledger Super User
    ADI path = Click on the Hammer and Screwdriver(망치와 드라이버가 그려져 있는 Icon) from the ADI toolbar/General
    options/Settings
    1. Log on to ADI as the General Ledger Super User.
    2. Proceed to the Settings form using the above menu path.
    3. Uncheck the Zero Pad check box on this form.
    4. Save your changes and repeat the journal import process for this journal.
    Explanation
    "Zero Pad"기능은 check되었을때, 해당 Segment의 Maximun Size만큼 "0"으로 채워준다.
    이 기능을 uncheck하면, "0"의 추가확장 없이 입력된 그대로를 사용하게 된다.
    Reference Documents
    Note : 113051.1

    Hi,
    Are you choosing Functional Journals template and trying to upload Foreign Currency journals or vice versa? Please check
    Regards,
    Sridhar

  • Disabled Segment Values Displayed in Report Parameters

    Hi All,
    I have disabled some segment values (by using effective dates) in my Chart of Accounts structure but those
    disabled values are displayed as account parameters when I run the General Ledger report in GL responsibility.
    Is there a way to remove those disabled segment values from the Report parameters?

    I do not think these values can be removed from the report parameters. You should be able to query balances or report on any combinations which is end dated. Ensure that these values are not displayed when you are creating a new transaction.
    Hope this helps.
    Vinit

  • Updating Balancing Segment Values in Legal Entity

    Dear Members :
    I am trying to add one more balancing segment value to one already existing in Legal Entity. Neither am I able to add one or remove the one already existing. I am novice in Financial and really appreciate some explanation on
    [1] Importance of segment values on Legal Entity/Primary ledger & Secondary Ledger(Balancing Segment Value Assignments, in last two cases)
    [2] Way out for my problem.
    Thanks in advance.
    Atanu

    Thanks. I exactly intended to do that, but surprisingly not able to select, I mean find my other company code when I opt for adding segment value to Legal entity. Say now I have company code 10 attached and there's one more 05, which I want to add; I am not seeing that value when entering in Values LOV.
    Could you please provide some clues - about trouble shooting the issue. Also what repurcussion will it have if I can or can not attach my desired company code - if you please tell ?
    Thanks.
    Atanu

  • GL: API/Function name to find Segment Value.

    Hi All,
    We have two ledgers defined in EBS, Primary and Secondary.
    Primary has different Char of Account Mapping setup compared to Secondary Ledger.
    My requirement is that based on Primary Ledgers segment values i need to find out corresponding secondary ledgers valid segment values.
    I can build the queries to do that. Just want to know if there is built in function or APi is available which I can use to derive segment values.
    Thanks.

    HI,
    Try with transcation Code WE41
    Thanks
    Kalyan

  • To Update the IDOC segment values through report program

    My requirement is to update the Idoc segment through the report program. Any SAP provided standard function module is available to update the Idoc segment values. Please help needed.

    DATA: LT_EDIDD TYPE STANDARD TABLE OF EDIDD."Local Table to Hold EDIDD
        LT_EDIDD = I_EDIDD. "table should have the data
    *-- Opening the IDoc for Edit
        CALL FUNCTION 'EDI_DOCUMENT_OPEN_FOR_EDIT'
          EXPORTING
            DOCUMENT_NUMBER               = X_EDIDC-DOCNUM
          TABLES
            IDOC_DATA                     = IT_EDIDD
          EXCEPTIONS
            DOCUMENT_FOREIGN_LOCK         = 1
            DOCUMENT_NOT_EXIST            = 2
            DOCUMENT_NOT_OPEN             = 3
            STATUS_IS_UNABLE_FOR_CHANGING = 4
            OTHERS                        = 5.
        IF SY-SUBRC <> 0.
          MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    *-- Editing the IDoc
        CALL FUNCTION 'EDI_CHANGE_DATA_SEGMENTS'
          TABLES
            IDOC_CHANGED_DATA_RANGE = LT_EDIDD
          EXCEPTIONS
            IDOC_NOT_OPEN           = 1
            DATA_RECORD_NOT_EXIST   = 2
            OTHERS                  = 3.
        IF SY-SUBRC <> 0.
          MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                  WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    *-- Closing the IDoc after Edit
        CALL FUNCTION 'EDI_DOCUMENT_CLOSE_EDIT'
          EXPORTING
            DOCUMENT_NUMBER  = X_EDIDC-DOCNUM
            DO_COMMIT        = 'X'
            DO_UPDATE        = 'X'
            WRITE_ALL_STATUS = 'X'
          EXCEPTIONS
            IDOC_NOT_OPEN    = 1
            DB_ERROR         = 2
            OTHERS           = 3.
        IF SY-SUBRC <> 0.
          MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    thanks
    vijay

  • Oracle Payroll Costing not picking the segment value.

    Dear ALL,
    I am facing an issue in my Organization that when we run costing of the payroll the cost allocation segment didn't get the correct Project Segment value.
    Our cost allocation key flex segments and qualifiers are given below:
    **AKS_HR_COMPANY Qualifiers Balancing,Payroll**
    **AKS_HR_PROJECT Qualifiers Assignment,Balancing,Organization,Payroll**
    **AKS_HR_DEPARTMENT Qualifiers Balancing,Organization,Payroll**
    **AKS_HR_ACCOUNT Qualifiers Balancing,Element,Element Entry,Organization**
    **AKS_HR_SUB_ACCOUNT Qualifiers Balancing,Element,Element Entry,Organization**
    **AKS_HR_EMPLOYEE Qualifiers Assignment,Balancing,Payroll**
    **AKS_COST_FUTURE_1 Qualifiers Balancing,Payroll**
    The costing didn't pick the AKS_HR_PROJECT segment value and some times it pick '00000' which is actually not the project code. Some times the other segment like AKS_HR_DEPARTMENT and AKS_HR_SUB_ACCOUNT pick the null value in costing.
    Kindly Help because its the issue of Live environment.
    Regards.

    Dear Vignesh,
    From where I check that the SLA is enabled? because I am new and not the part of implementation.
    When I check the assignment process of the employee its shows the costing data but the value of project segment not sowing properly.
    The qualifiers set for the project segment is as follows:
    Assignment,
    Balancing,
    Organization,
    Payroll
    I saw some employees has given 00000 in the project segment on employee level. when i delete the record from employee level, the costing has to pick project segment from organization level but when I run the costing and saw the costing from assignment process screen it again shows '00000' in the project segment.
    Please guide me if I am doing any thing wrong.

Maybe you are looking for

  • IPhoto 08 not auto-rotating photos in new library

    Hello everyone. I just created a new iPhoto Library on one of my USB hard drives in order to keep the photos for a specific project separate from the mess of my main library. I downloaded around 450 images from my CF card as usual, and much to my dis

  • Speeding up Java Applets

    Hi, We are developing a system that extensively uses Java Applets. But it's taking a lot of time to load up the applets. Is there any way of speeding up the execution of Java Applets? Is Sun working on improvements to JRE that will result in better s

  • Informatics Slider Widget

    Hi I have used informatics slider widget may I add this is cool. My only problem is it does not do fractions. I have set the slider max count to 6. I've added another a variable to show the slide counter in movement. I've also added another variable

  • Sudden system slowdown, start up and software functional issues

    The following happened when I started up my iMac in the morning. The only thing I did the night before that was outside my normal email/browsing/dreamweaver routine was to plug in my iPad to update apps and download an instagram phone app. iTunes did

  • Editing existing Dreamweaver project?

    Hi all, Here's my situation: I have been working on a Dreamweaver website for a university project for a few weeks. Last week I had to email it to a group member to add some of his work on to it. He did his part but not all of it, so I sent him a lis