Finding the corresponding mapped Siebel field to OBIEE's Presentation layer — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Finding the corresponding mapped Siebel field to OBIEE's Presentation layer

Received Response
63
Views
10
Comments
3025352
3025352 Rank 3 - Community Apprentice

Hi all,

I'm fairly new to OBIEE and I'm needing to find out what Siebel field/fields makes up a particular fact field in the Presentation layer. I can trace it back to the physical layer in the repository, but I need to know the exact field/fields names in Siebel. I've attached a screen shot of the column source from the repository and I don't know where to look any further. It says it's derived from 'sum(Fact_W_AGREE_F.GLOBAL1_TOTAL_AMT)' but I don't know what Siebel field is 'GLOBAL1_TOTAL_AMT'. I've also tried following the mapping in Informatica Powercenter Designer and I can't seem to find the correct field.

OBIEE.PNG

Also, if I may ask.. why is there 2 fact tables in the Column Source Type? What does that mean?

Thank you for your time and help.

Answers

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    1.) The info you're looking for is found by tracing back through the Informatica mappings. They contain all.

    2.) Dual LTS mapping in this case (judging from the names) means Agreements facts on header level (total) and on line item level (detail).

  • 3025352
    3025352 Rank 3 - Community Apprentice

    Thank you Christian for that information. If I may follow up with some questions. In the Mapping Designer I was able to trace it back to the Source Definition. Since I was able to do that, what would be my next step to find out what the column in Siebel is because it's still referring to a Warehouse table or is that the column's name in Siebel?

    Also, would you mind going into more detail about the 'header level' and the 'line item level'? It vaguely makes sense by what you put in parentheses.

    Thank you again for your efforts and time.

  • Ebin
    Ebin Rank 3 - Community Apprentice

    @3025352,

    Apart from the option suggested by Christian, you  can also use ETL Data Lineage document to identify the source column. Normally ETL team maintain such a document in every project. If you are using BI Apps and haven't created any custom fields, you can use the Data lineage guide provided by Oracle. Screenshot of the doc is attached below.

    pastedImage_0.png

  • 3025352
    3025352 Rank 3 - Community Apprentice

    Thank you Ebin. So I was able to find the source table for the Fact_W_AGREE_F.Global_Total_Amt, It is W_AGREEITEM_F.NET_PRI_DOC_AMT, so is that the exact name of the Siebel column?

  • Ebin
    Ebin Rank 3 - Community Apprentice

    It's not a  Siebel Column. You need to to track back to the staging table and then look at the Siebel section in the data lineage. Siebel table name start with S_

  • 3025352
    3025352 Rank 3 - Community Apprentice

    Ebin, can you point me where to find the data lineage document that you have?

  • Ebin
    Ebin Rank 3 - Community Apprentice

    Refer Oracle Support Doc

  • 3025352
    3025352 Rank 3 - Community Apprentice

    I don't have access to it I need a support identifier

  • Ebin
    Ebin Rank 3 - Community Apprentice

    I Checked up the data lineage for you. In the OOTB mapping, the column you mentioned above is sourced from Siebel table S_AGREE_ITEM and column NET_PRI. There are some conditions applied on top of this on the target mapping. Check the Informatica mapping to identify those.

    pastedImage_2.png

    pastedImage_0.png

    pastedImage_1.png

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Without an SI you're not allowed to access this information. It's only for paying customers.

    You will need to go to the Informatica mappings and trace it back as I stated already.