EBS Columns/Tables for DWH Columns/tables.

Hi Friends,
We are working on OBIA HR- Analytics. I want to trace out EBS Columns/Tables to some of our DWH columns. Pl find the below examples in my little investigation.
Headcount (DWH Column) : DWH Table: W_WRKFC_BAL_A
EMPLOYEE_NUMBER ( EBS column) : EBS Source Table: PER_ALL_PEOPLE_F
Mapping: SDE_ORA_EmployeeDimension
Mapplet: mplt_BC_ORA_EmployeeDimension
Now, i m trying to trace out the same stuff for the below DWH table/columns:
W_WRKFC_EVT_A --> W_WRKFC_EVT_F     
TERMINATION_CNT --> TERM_EVENT_IND
Pl. let me what are the EBS tables/columns for W_WRKFC_EVT_F (table) / TERM_EVENT_IND (column)
But, i m thinking that, TERMINATION_CNT / TERM_EVENT_IND is not a direct column from EBS. SOme logic is going on this column using diff. columns. But, not sure.. :)
Pl guide me how to resolve this issue..
Thanks in Advance.
Raghu Nagadasari

Hi,
I got some EBS Queries from below links and i think, i m near to my requirement :) I will let u guys know once i get the complete query..
https://www.google.co.in/search?q=ebs+query+to+find+out+Employee+Termination+Count&newwindow=1&ei=yZOsUdf6EYW3rAfu1YGwBg&start=10&sa=N&biw=1024&bih=595
http://appsquery.blogspot.in/2010/08/query-to-get-active-employees-and.html
http://appsquery.blogspot.in/2010/08/query-find-employee-count.html
Raghu Nagadasari

Similar Messages

  • How to identify EBS Source tables for SC and OM modules?

    Hi,
    I need to identify EBS source tables for Supply Chain and Order Management module.
    What prefix I should check in EBS tables?
    Is there any document on this?
    Regards
    Sudipta

    Check etrm.oracle.com
    For order Management you should check with OE
    Purchasing PO and inventory INV and I guess for ASCP MSC
    Mahendra

  • Some confusions about several EBS's tables.

    Hi forks:
    Thanks...
    Edited by: felix_shan on Apr 7, 2009 11:22 PM

    Hi,
    fnd_lookup_assignments
    Description:
    With the introduction of Oracle User Management (UMX) in 11.5.10:
    The role category is stored in the FND_LOOKUP_ASSIGNMENTS table
    FND_IREP_CLASSES
    Description:
    Integration Repository information concerning executable interfaces
    Fnd_irep_all_interfaces
    There will be some more tables like (FND_IREP%) is present in APPLSYS schema
    which gives some information regarding "integration repository" metadata.
    Regards,
    Xaheer

  • Ebs User names for Org Ids

    Hello All,
    I wanna know which user belongs to what Organization_id. So, I used 2 tables PER_ORGANIZATION_LIST & FND_USER, which have common column user_id.
    But, my PER_ORGANIZATION_LIST table doesn't have data for USER_ID column. Now, what is other way round to find out the users?? Please suggest me.
    Regards,

    Hi,
    Check the value of "MO: Operating Unit" profile option to determine the default organization unit.
    You can use the script in the following document to list the profile option value at all levels.
    Note: 803587.1 - Script To List The Values Of A Profile Option At All Levels
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=803587.1
    If you want to get the organization name for each user/employee, try this query:
    SQL> SELECT DISTINCT EMPLOYEE_NUMBER, FULL_NAME, U.USER_NAME, D.NAME ORGANIZATION_NAME
    FROM APPS.PER_PEOPLE_F A, APPS.PER_ASSIGNMENTS_F C, APPS.HR_ALL_ORGANIZATION_UNITS D, APPS.FND_USER U
    WHERE A.PERSON_ID = C.PERSON_ID
    AND A.PERSON_ID = U.EMPLOYEE_ID (+)
    AND C.ORGANIZATION_ID = D.ORGANIZATION_ID
    AND SYSDATE BETWEEN A.EFFECTIVE_START_DATE AND A.EFFECTIVE_END_DATE
    AND SYSDATE BETWEEN C.EFFECTIVE_START_DATE AND C.EFFECTIVE_END_DATE
    AND U.END_DATE IS NULL
    ORDER BY 1;Regards,
    Hussein

  • Apply cumulative row value captured within transaction (for DWH incremental update)?

    Dear community,
    Don't know how to properly name it (applying cumulative row value, or merged row value, or something else) but consider the following scenario for Oracle to Oracle replication.
    I have a table on the source system
    create table tab(
      id number( 14, 0 ) not null
      , f1 varchar2( 30 char )
      , f2 varchar2( 30 char )
      , constraint pk_tab primary key ( id )
    Having following DMLs within the first transaction
    insert into tab( id, f1, f2 ) values ( 1, 'Hello', 'Dolly' );
    update table tab
    set f1 = 'Bye'
    where id = 1;
    update table tab
    set f2 = 'Mary'
    where id = 1;
    and following ones within the second
    update table tab
    set f2 = 'Mary'
    where id = 1;
    delete tab
    where id = 1;
    can I make GoldenGate to apply the following to the target table
    insert into tab( id, f1, f2 ) values ( 1, 'Bye', 'Mary' ); -- for the first transaction (source mode replication )
    delete tab where id = 1; -- for the second one (source mode replication)
    or just to do nothing in normal mode (capturing changes across the 1rst and the 2nd transaction and merging insert with delete into NOOP)?
    Our team considers using GoldenGate to apply incremental data changes to DWH and definitely there is no need for applying intermediate values.
    As far as I understand using BATCHSQL wont help in that case, cause it will only organize 2 updates withing 1rst transaction into one batch operation. Am I right?
    Regards, Anton.

    Hi,
    How do I interpret it ...That's a mighty big question. The STATSPACK report is very complex. I have my notes here, on how I do it:
    http://www.dba-oracle.com/t_reading_statspack_report.htm
    And can anyone please suggest measures The way your report is posted, it's very difficult to read!
    I wrote a free tool that will accept your STATYSPACK report and make rudimentary suggestions, you might want to give it a try:
    http://www.statspackanalyzer.com
    Hope this helps. . .
    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: The Definitive Reference":

  • EBS search string for check number

    Hello Gurus
    My client is using MT940 FORMAT for EBS,requirement is in a bank statement we are having 10 transactions which are having the same amount for ex:rs.1000 for ten payment transactions. now system is not able to post the document when we import the bank statement.
    I wanted to use search string for check number,  note to payee in bank statement is check number.Please find the below refference
    /EI/400229001       010013
    0000010013
    Reference 010013
    How could i use search string for this i tried but im not getting the solution im getting the following error difference is too large F5 263.
    Appreciated for our help............
    Thanks a lot in advance...............

    Hi Paulo,
    Thanks for the reply. However i have the following setting and it still does not work..
    Mapping -> AB01
    When i do the simulation it shows the Number and the hits and mapping.
    In the Seach String use i have following settings:
    CC 1000
    Interpretation : ALL Interpretation
    Search String : TEST1 ( this is the name that i gave to above search string)
    Target : Posting RUle
    Active checked.
    But still when i upload the bank statement it is posting to Rule AB03 and not AB01
    Also when i try FEBSTS it says no document hits ???
    Your answer is greatly appreciated.

  • Current day EBS - memo record for status BAI codes

    Hello all,
    My client has a requirement of uploading current day EBS statement (only 1 file at the start of the day). I believe that FF.5 will allow the upload of this statement and then we can use transaction FPS3 to select the particular records so as to create Memo records in Cash Management. Can anyone guide me if we can also create memo records for the 'status' BAI codes from this statement. Example- creating memo records for BAI code '040' - Opening available, '060' Closing available, etc. These status BAI codes are part of '03' record type in the current day bank statement. Any help or sharing of your experience on this will be very helpful.

    Satyen,
    For creating Memo records for the status BAI codes like 040-Opening available, 100-Total Credits, 400-Total Debits, etc., you will have to create a pre-processor program. This will rewrite the original bank statement received from the bank and create 16 records for these status BAI codes.
    For e.g.  the 03 record in one account looks as follows in the file received from the bank.
    03,99999538,USD,010,82499230,,,015,82499230,,,030,82499230,,,/
    The preprocessor program will rewrite this as follows:
    03,99999538,USD,,,,/
    16,010,82499230,,,/
    16,015,82499230,,,/
    16,030,82499230,,,/
    and so on.
    Then this rewritten BAI file is uploaded into SAP using FF_5. Then you can go into FPS3 and create memo records for these status codes.
    I have been using this method with lot of success.
    If anyone has different suggestion that would help me too.
    Kalyan

  • Time-series / temporal database - design advice for DWH/OLAP???

    I am in front of task to design some DWH as effectively as it can be - for time series data analysis - are there some special design advices or best practices available? Or can the ordinary DWH/OLAP design concepts be used? I ask this - because I have seen the term 'time series database' in academia literature (but without further references) and also - I have heard the term 'temporal database' (as far as I have heard - it is not just a matter for logging of data changes etc.)
    So - it would be very nice if some can give me some hints about this type design problems?

    Hi Frank,
    Thanks for that - after 8 years of working with Oracle Forms and afterwards the same again with ADF, I still find it hard sometimes when using ADF to understand the best approach to a particular problem - there is so many different ways of doing things/where to put the code/how to call it etc... ! Things seemed so much simplier back in the Forms days !
    Chandra - thanks for the information but this doesn't suit my requirements - I originally went down that path thinking/expecting it to be the holy grail but ran into all sorts of problems as it means that the dates are always being converted into users timezone regardless of whether or not they are creating the transaction or viewing an earlier one. I need the correct "date" to be stored in the database when a user creates/updates a record (for example in California) and this needs to be preserved for other users in different timezones. For example, when a management user in London views that record, the date has got to remain the date that the user entered, and not what the date was in London at the time (eg user entered 14th Feb (23:00) - when London user views it, it must still say 14th Feb even though it was the 15th in London at the time). Global settings like you are using in the adf-config file made this difficult. This is why I went back to stripping all timezone settings back out of the ADF application and relied on database session timezones instead - and when displaying a default date to the user, use the timestamp from the database to ensure the users "date" is displayed.
    Cheers,
    Brent

  • EBS Search String for two words separate by other characters

    Hi
    Is there a way to write a search string which will recognize two words in a string?
    For example :
    PAYPAL TRANSFER WTT489798709898BOOK
    I need a search string which will recognize PAYPAL and BOOK
    I have tried : (|)PAYPAL + BOOK( |$)    or (|)PAYPAL / BOOK( |$)but in the test it is not successfull.
    Any help is appreciation

    Hi
    Does SAP treat multiple record 88 lines on the EBS as one continuous line for a single 16 record?
    I used the string  ^PAYPAL ?*DOTCOM PARTNERS LP$ based on your suggestion and uploaded a EBS statement.
    The system did not post anything, even though in string test if I enter the follwowing line it displays correct results
    :PAYPAL TRANSFER 110403 522222222454W DOTCOM PARTNERS LP/
    Our EBS statement has the following data:
    16,169,20000,,,00000000000,/                                                  
    88,OTHER REFERENCE:IA0000122222222/                                             
    88,PAYPAL TRANSFER 110403 522222222454W DOTCOM PARTNERS LP/  
    Any advise is appreciated.
    Edited by: Kirti Bhardwaj on Jul 5, 2011 9:20 PM

  • EBS best practices for consolidating in HFM

    We are implementing Hyperion HFM and will us it for our consolidations.
    What are the best practices or lessons learned for structuring, setting up, and processing in EBS R12 in order to assist consolidation in HFM to make it easier and smoother?
    Thanks in advance,
    Rick

    Hi Magnus
    I guess you have to install again to ensure no problems. BP installation also involves ensuring correct SP levels (cannot be higher) for all software components.
    Best regards
    Ramki

  • Any 10.2.0.3 ASM experience for dwh?

    We want to test and use ASM on a single instance 10.2.0.3 database with solaris 10 and emc storage for our datawarehouse environment. So please if you have any experience can you advice on below questions;
    1. any kind of bugs you might have experienced on this release?
    2. any kind of test experience which you might advice to check for both performance and availability of ASM?
    3. Some init.ora parameter which may be critical for a dwh ASM?
    4. how ASM instance can be backup up, no export or rman seems to be available?
    5. what is the best method to migrate xxTB of data on tru64 filesystem emc source to solaris emc asm target environment?
    Thank you.

    1) We had bugs but with the DB and not with ASM. Others may have experienced bugs specific to ASM but I have not.
    2) I think you would want to look at your waits. See what your disk seek time is. Again, that goes back to doing what you would normally do whether it was asm or not. The difference is with ASM you need to run queries and even use Grid Control to see how it is performing. If you really want to do ASM, buy the new Oracle ASM book from Oracle Press.
    3) It's in the documentation. ASM has it's on init.ora file.
    4) ASM is basically disk groups of disks. You want your DB to be backed up. Obviously there are things you can do if you lose a disk, but that's just as if a disk went bad. Worse case scenario you recreate your ASM instance and readd your disks and then restore your DB.
    5) With 5 you may want to look at Transportable Tablespaces and RMAN. GC gives you a GUI but I don't think it will give you all the detail you need.
    I would recommend you read through the docs and buy that ASM book.

  • EBS R12 release for 64bit windows

    I want to know, when oracle will release 64bit Windows version of EBS. since i am waiting for it quite long. Oracle announced that they will release in Dec2010 but it is now April 2011 and still no news about it. please give me links of future direction of Oracle about EBS. also if some one knows how to install EBS on windows7 64 bit please help me, i dont want to use Virtual Machines.?

    I want to know, when oracle will release 64bit Windows version of EBS. since i am waiting for it quite long. Oracle announced that they will release in Dec2010 but it is now April 2011 and still no news about it. It is doable by migrating an existing R12 installation on a 32-bit to 64-bit (not as a fresh install).
    Migrating Oracle E-Business Suite R12 to Microsoft Windows Server 2008 R2 [ID 1188535.1]
    E-Business Suite Release 12 Certified With Microsoft Windows Server 2008 R2 (Windows x64)
    http://blogs.oracle.com/stevenChan/2011/01/ebs12_win2008_r2.html
    please give me links of future direction of Oracle about EBS. also if some one knows how to install EBS on windows7 64 bit please help me, i dont want to use Virtual Machines.?Windows 7 is not certified as Application/Database tier nodes (only as a client tier) -- Is Windows 7 Certified With Oracle E-Business Suite? [ID 1103276.1]
    Thanks,
    Hussein

  • Win7 IE8 compliance with 11i EBS - Interoperability patch for JRE plugin

    Gurus,
    I was just looking at note 290807.1 on metalink. One of the required patches is the ...
    APPLICATIONS 11i INTEROPERABILITY PATCH FOR THE JRE NATIVE PLUGIN
    After reading the "readme" about the patch, it doesn't exactly state it's purpose. Is this the patch which will allow both WinXP and Win7 to both utilize 11i EBS on the application server?
    I need to make sure that once we upgrade, OA forms will still be available to our Win XP users. The note doesn't make any explicit statement about this.
    Thanks,
    Scott

    Hi,
    After reading the "readme" about the patch, it doesn't exactly state it's purpose. Is this the patch which will allow both WinXP and Win7 to both utilize 11i EBS on the application server?See these documents.
    Note: 744241.1 - J2se 1.6.07 with IE7 Vista Prompts To Download OAJ2SE.EXE Again and Again
    Note: 554598.1 - After Upgrading to the Latest JRE Plugin (note:290807.1) Applications Clients are Still Showing the Old Jinitiator Version.
    I need to make sure that once we upgrade, OA forms will still be available to our Win XP users. The note doesn't make any explicit statement about this.The certification matrix for Microsoft Internet Explorer (IE) and Windows XP/Vista can be found in (Note: 285218.1 - Recommended Browsers for Oracle E-Business Suite 11i). So, there should be no issues if you meet the minimum requirements in this document.
    Regards,
    Hussein

  • EBS Posting rule for Bounced checks

    Hi experts,
    I need to configure posting rule for returned/bounced cheque(AP and AR) for EBS.
    Can any one please provide me the steps for the entries to be posted in bank accounts and subledger.
    Thanks,
    Sapuser

    You can either post to GL or Sub account by selecting the appropriate indicator in 'Define Posting Rules' step.  You can try giving the reversal Reason for a posting rule after setting the appropriate accounts and try using the Interpretation algorithm 011 Payment document.  Or see if any algorithm found in your system for treating reversal of documents or bounced cheques.
    If this doesnt work, you might have to write your own interpretation algorithm and attach it in the 'Assign External Transaction to Posting Rules' step.  You can also try raising an OSS message to find out if any standard interpretation algorithms exist already for bounced cheques.
    Ravi.

  • OIM EBS UM Connector for Reconciliation

    Hi experts,
    I am new to OIM. I have a doubt in EBS UM Connector.
    I have a EBS UM connector deployed in OIM and i was able to perform target reconciliation from EBS to OIM. Now I have some custom fields in both parent form and child forms. Does this affect the reconciliation behavior?
    Does this also affect the connector behavior when we migrate to production?
    Thanks
    Sandy.

    There are scripts you can modify that can provide you the fields during recon if those are available in your ebs database.
    -Kevin

Maybe you are looking for