Join between PAY_GRADE_RULES_F and BEN_CWB_PERSON_RATES

Hi Experts,
I'm working on the module of work remuneration and creating custom ETL based on some sources eBS bench.
Can anyone let me know the joins between the tables: PAY_GRADE_RULES_F and BEN_CWB_PERSON_RATES?

Thank you
Anamika

Hi med.

I would start here; http://ETRM.Oracle.com

Good luck

Daan Bakboord
http://obibb.WordPress.com

Tags: Business Intelligence

Similar Questions

  • Join between mtl_material_transactions and po_lines_all pla

    Hey there! I hope you can help me.

    I do a query to join po_headers_all, po_lines_all, mtl_transaction_accounts and mtl_material_transactios.

    But, when I add the table po_lines_all he make me a cross with mtl_material_transactions join.

    I have a purchase order (i.e. 12015) with two lines and 2 receptions on the inventory.

    the first movement has been Po 12015 had a single line, and we had the reception on the inventory.

    later, to a new stage, we add an additional line to 12015 IN. and then we did the respective reception and for that PO, we two receptions, but when I join po_lines_all it to me 2 receptions through 2 and the result is 4 rows.

    I don't know what I'm doing wrong, if you can help me, that will be appreciated.

    This is my query:

    SELECT poh.revision_num,
           mmt.transaction_id,
           mmt.transaction_quantity cantidad_recepcion,
           mmt.organization_id,
           MSI.PRIMARY_UOM_CODE uom_recepcion,
           DECODE (
              MMT.TRANSACTION_TYPE_ID,
              24, NULL,
              80, NULL,
              DECODE (
                 MTA.PRIMARY_QUANTITY,
                 0, NULL,
                 NULL, NULL,
                 DECODE (MTA.ACCOUNTING_LINE_TYPE,
                         1, MTA.BASE_TRANSACTION_VALUE / MTA.PRIMARY_QUANTITY,
                         14, MTA.BASE_TRANSACTION_VALUE / MTA.PRIMARY_QUANTITY,
                         3, MTA.BASE_TRANSACTION_VALUE / MTA.PRIMARY_QUANTITY,
                         ABS (MTA.BASE_TRANSACTION_VALUE / MTA.PRIMARY_QUANTITY))))
              unit_price_recepcion,
           mmt.inventory_item_id,
           mmt.transaction_source_id,
           poh.po_header_id,
           poh.segment1,
           pol.item_id,
           pol.UNIT_MEAS_LOOKUP_CODE uom_OC,
           (SELECT uom_code
              FROM mtl_uom_conversions
             WHERE     1 = 1
                   AND inventory_item_id = 0
                   AND NVL (disable_date, SYSDATE) >= SYSDATE
                   AND unit_of_measure = pol.UNIT_MEAS_LOOKUP_CODE)
              UOM_CODE_OC,
           pol.unit_price unit_price_OC,
           pol.quantity cantidad_OC
      FROM mtl_transaction_accounts mta,
           MTL_SYSTEM_ITEMS_VL MSI,
           mtl_material_transactions mmt,
           po_headers_all poh,
           po_lines_all pol
     WHERE     1 = 1
           AND mta.transaction_id = mmt.transaction_id
           AND MSI.INVENTORY_ITEM_ID = MMT.INVENTORY_ITEM_ID
           AND MSI.ORGANIZATION_ID = MMT.ORGANIZATION_ID
           AND poh.po_header_id = pol.po_header_id
           AND poh.po_header_id = mmt.transaction_source_id
           AND mmt.INVENTORY_ITEM_ID = pol.ITEM_ID
           AND mta.inventory_item_id = mmt.inventory_item_id
           AND mmt.transaction_source_id = 3502169
           AND mta.accounting_line_type = 5;
    

    The line 'AND mta.accounting_line_type = 5 " line is because I only want the type"Enter". .

    Thank you very much.

    It can be related through RCV_TRANSACTIONS, who can be reached at PO_LINES_ALL.

    RCV_TRANSACTIONS  PO_LINES_ALL  RCV_TRANSACTIONS.PO_LINE_ID
    RCV_TRANSACTIONS  PO_LINE_LOCATIONS_ALL  RCV_TRANSACTIONS.PO_LINE_LOCATION_ID
    
  • Update Field1.Table1 based on a compound join between Table1 and Table2

    Hello

    I want to run the update on Oracle 11 g, but it fails with the following error:

    SQL error: ORA-01427: einreihig subquery returns multiple rows
    01427 00000 - "einreihig subquery returns several lines.

    Here's what I'm trying to do in pseudo-code:

    Update Table1
    Set Flag_Column = 1
    Where
    Table1.ColumnX = table2. ColumnX
    and
    Table1.ColumnY = table2. ColumunY

    Is there a way to do this in SQL?

    Try1 *.
    Update Table1
    Set Flag_Column = 1
    where ColumnX =
    select (separate Table1.ColumnX
    from Table1, Table2
    where Table1.ColumnX = Table2.ColumnX
    and Table1.ColumnY = Table2.ColumnY)
    and ColumnY =
    select (separate Table1.ColumnY
    from Table1, Table2
    where Table1.ColumnX = Table2.ColumnX
    and Table1.ColumnY = Table2.ColumnY)

    Try2 *.
    Update Table1
    Set Flag_Column =
    (select 1
    from Table1, Table2
    where Table1.ColumnX = Table2.ColumnX
    and Table1.ColumnY = Table2.ColumnY)


    Any help is appreciated

    Published by: 977424 on March 8, 2013 12:13

    Hello

    Maybe:

    UPDATE     table1     t1
    SET     flag_column     = 1
    WHERE     EXISTS (
                    SELECT  1
                 FROM        table2
                 WHERE   columnX     = t1.columnX
                 AND        columnY     = t1.columnY
                )
    ;
    

    Depending on your needs, the MERGER could be better than the UPDATE.

    I hope that answers your question.
    If not, post a small example data (CREATE TABLE and only relevant columns, INSERT statements) for all of the tables involved and also publish outcomes from these data.
    If you ask on a DML statement, such as UPDATE, the sample data will be the content of the or the tables before the DML, and the results will be the State of the or the tables changed when it's all over.
    Explain, using specific examples, how you get these results from these data.
    See the FAQ forum {message identifier: = 9360002}

  • Join between major operations and delivery details

    I develop a relationship where I get the material details of transacitons and delivery for the sales order. I use the following query to get these details.

    If the order contains several important operations and deliveries, I get the product cartision using the following query.

    SELECT a.order_number, b.line_number, f.lot_number, c.oe_interface_flag
    OF apps.oe_order_headers_all one
    apps.oe_order_lines_all b
    c apps.wsh_delivery_details
    apps.mtl_material_transactions d
    e apps.mtl_transaction_types
    apps.mtl_transaction_lot_numbers f
    WHERE a.header_id = b.header_id
    AND d.trx_source_line_id = c.source_line_id
    AND b.line_id = d.trx_source_line_id
    AND f.transaction_id = d.transaction_id
    AND d.transaction_type_id = e.transaction_type_id
    AND d.transaction_type_id = 33
    AND a.order_number = '12000053'

    Can any body tell me that I can use the following join between major operations and deliveries.

    AND f.lot_number = c.lot_number

    Thank you
    RAMU

    RAMU
    You are right. I watched more. Add this condition instead of the batch number condition.

    WDDS.delivery_detail_id = MMT.picking_line_Id

    where JMD is wsh_delivery_details and mtl_material_transactions TEM.

    Thank you
    Claire

  • several "logical joins" between a fact table and a dimension table

    It seems that cannot create multiple "logical joins" between a fact table and the table of a dimension in OBIEE with Administration Oracle BI tool. For example, whereas a business model with a dimension table TIMES and has made the table containing the value of START_TIME and END_TIME, we want to create separate logical joins BOTH done for the START_TIMEs and the END_TIMEs? Of course, underlying foreign keys can be created, but as far as I can tell the Administration Oracle BI tool does not support this. The solution would be to reproduce the table in TIME, but it's ugly.
    I'm looking for another approach.

    Try this. Create an alias of two for the TIME dimension (beginning & end) in the physical layer, then remove foreign key to the 'Parent' time dimension. Create the foreign key in the physical layer for new aliases, then create complex joins in the MDB layer for new aliases as well. This will allow you to present the two dates within the same table in the presentation layer. Not a more elegant solution, but it works.

  • The relationship between workstation and domain fails approval

    In our environment, we have Windows Server 2008 with Windows 7 machines. Lately some Windows 7 machines have received the error that does not have a trust relationship between workstation and domain and users are unable to connect to the machine. We know a fix by removing the machine in the field and join again the machine. I am currently trying to find the cause of this problem, your help will be appreciated.

    Thank you for visiting the Microsoft answers community.

    The question you have posted is linked to a domain environment and Windows Server and would be best suited in MS TechNetWindows Server Forum orTechnet Windows 7 Security Forum. Please visit this link to find a community that will provide the support you want. Thank you!

    Lisa
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • The report generator (impossible to create the join between the 2 groups)

    I have 2 queries and want to create different gourp and want to join these groups with the butts of lint data impossible to create the join between groups please guide me how can I do it.

    Thanks in advance

    Query1 and goup 1.
    SELECT

    TO_NUMBER (STUDENT_ROLL_NUMBER) STUDENT_ROLL_NUMBER,
    ACIVITY_STATUS AS ACIVITY_STATUS_ADM,
    CREATION_DATE DATE_ADM,
    (SELECT BILL_CLASS_FEE_STRUCTURE, BILL_CLASS CLASS_NAME CLASS WHERE FRESH.) CLASS_ID = CLASS. CLASS_ID AND FEE_STRUCTURE_ID = ADM_FEE_STRUCTURE_ID) ADM_FEE_STRUCTURE_ID;
    (SELECT DESCRIPTION OF BR BRANCH_NETWORK_REGION_LINK WHERE BRANCH = BRANCH_ID) ADM_SOURCE_BRANCH_ID,
    (SELECT R_DESCRIPTION FROM BR BRANCH_NETWORK_REGION_LINK WHERE BRANCH = BRANCH_ID) ADM_REGION, '1' AS NO.


    Of
    SMA ADM_CHALLAN_HIST


    WHERE

    STUDENT_ROLL_NUMBER =: STUDENT_ROLL_NUMBER


    Querry 2 and group 2:


    SELECT
    -PROMOTION_HIST_ID,
    PR. ACIVITY_STATUS PRO_ACIVITY_STATUS,
    BOX WHEN PR. STUDENT_STATUS = 'Y', THEN 'ACTIVE' END PRO_STUDENT_STATUS.
    TO_NUMBER (PR. STUDENT_ROLL_NUMBER STUDENT_ROLL_NUMBER).
    (SELECT BILL_CLASS_FEE_STRUCTURE, BILL_CLASS CLASS_NAME CLASS WHERE FRESH.) CLASS_ID = CLASS. CLASS_ID AND FEE_STRUCTURE_ID = SOURCE_FEE_STRUCTURE_ID) SOURCE_PROMOTION_CLASS;
    (SELECT BILL_CLASS_FEE_STRUCTURE, BILL_CLASS CLASS_NAME CLASS WHERE FRESH.) CLASS_ID = CLASS. CLASS_ID AND FEE_STRUCTURE_ID = DEST_FEE_STRUCTURE_ID) DEST_PROMOTION_CLASS;
    (SELECT DESCRIPTION OF BR BRANCH_NETWORK_REGION_LINK WHERE BRANCH = SOURCE_BRANCH_ID) SOURCE_PRO_BRANCH_ID,
    (SELECT DESCRIPTION OF BR BRANCH_NETWORK_REGION_LINK WHERE BRANCH = DEST_BRANCH_ID) DEST_PRO_BRANCH_ID,
    (SELECT SESSIONNAME BILL_SESSION WHERE SESSION_ID = S_SESSION_ID) SOURCE_PRO_SESSION_ID,
    (SELECT SESSIONNAME BILL_SESSION WHERE SESSION_ID = D_SESSION_ID) DESTINATION_PRO_SESSION_ID,
    D_SECTION PRO_SETION,
    CREATION_DATE PRO_DATE,
    '2' AS NO.

    Of

    STUDENT_PROMOTION_HIST PR
    WHERE

    STUDENT_ROLL_NUMBER =: STUDENT_ROLL_NUMBER

    with a click on the link tool palette
    Click the field on the master, and then drag the field to the slave
    If you want more fields in the link, then repeat for each field of the previous operation

  • Difference between 'Reload' and "Reload (Override Cache)"?

    Https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly#w_navigation, what is the difference between 'Reload' and "Reload (Override Cache)"? What makes "ignore cache"?

    Reloading Web pages and cache bypass aims to obtain a new copy of perhaps obsolete or damaged files currently stored in the disk cache.
    You can do it like the first attempt if a normal charging does not seem to provide a version of a Web site or if you are having problems with a Web site otherwise.

    We usually have advice that if you have questions:

    Reload Web pages and ignore the cache to refresh potentially stale or corrupt.

    • Hold down the SHIFT key and click the Reload button
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Command + shift + R' (Mac)

    Clear the cache and delete cookies only from Web sites that cause problems.
    "Clear the Cache":

    • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox/tools > Options > privacy > "Use the custom settings for history" > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if an extension or theme (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problems.

  • What happened between Firefox and Roboform? FF no longer mentions RF in its modules!

    What happened between Firefox and Roboform? FF no longer mentions RF in one of its modules.

    I'm having the same problem. RoboForm contacted and they act like they have no idea there is a problem.

  • Parachute does not not between iOS and Mac devices... Does anyone have a good solution for it nor a lot of garbage to support

    Parachute does not not between iOS and Mac devices... Does anyone have a good solution for it nor a lot of garbage to support

    You want the solution? Why not tell us what Mac and Apple, mobile devices you have the OS and version?

    Also what troubleshooting steps you took?

    We do not have a crystal ball, and we're not sitting next to you.

  • What is the best between Firefox and Aurora?

    What is the best between Firefox and Aurora?

    Hello DarshanK, that depends on what type of user you are probably: https://www.mozilla.org/firefox/channel/

  • is there a difference between 38 and 42mm with their pixel density?

    is there a difference between 38 and 42mm with their pixel density? the 38mm and 42mm watches have same interns?

    You can see the technical details of the Apple Watch here. Apple - Support - technical specifications

  • What is the difference (if any) between iPhoto and iPhoto library? I managed to delete my pictures in freeing up space, but have a backup available. Do I have to download these two files in the pictures folder is one duplicate of the other?

    What is the difference (if any) between iPhoto and iPhoto library? I managed to delete my pictures in freeing up space, but have a backup available. I need to restore these two files in the folder images or one is one duplicate of the other?

    I use a MacBook Air 2013 model with a backup on a WD MyBook Duo disc for storage wireless as the Apple Time Machine.

    The Photos and the iPhoto library are totally separated - neither one is connected to the other somehow--you want to restore the library you need

    LN

  • What is the difference between extensions and Plugins and Add-ons?

    I'm sorry if here is not the right place for this post.

    What is the difference between extensions and Plugins and Add-ons? Apparantely, they differ in some sense or aspect, but I do not know how. Please, if it is not too complicated, explain in detail and simple language. Thanks in advance to 1 million.

    Kind regards
    Danesh

    Hi Danesh,

    You should take a look at this article for an explanation. Plugins and extensions are essentially types of Add-ons as well as of the characters and themes.

    Hope this helps!

  • High CPU consumption (always between 12 and 30%)

    I am running Firefox 9.0.1 for Mac. Until the upgrade to version 9.0.1 I had no use of high CPU problems... I've now must constantly between 12% and 30% of CPU and up to sometimes use much further than that, which really slows down my Mac to a point where I have to kill Firefox to use other applications.

    I have a new Mac mini with fast CPU and 8 GB of RAM.

    I tried to reinstall and also to disable the 4 Add-ons I have installed. After a new installation and all 4 disabled add-ons, I see exactly the same problem even with one tab open to google.com

    Any help from the community is very much appreciated.

    Thanks in advance...

    I've upgraded to Firefox 10 and this issue is now resolved.

Maybe you are looking for

  • I am not able to remove applications pre-installed in iPad model MD910HN with iOS version 6.0.1

    The team, I have MD910HN model of iPad with iOS version 6.0.1. I'm trying to upgrade the software, it gives an error of memory almost full. I am also not able to remove the preload Apps.It is a piece of purchased from Croma retail demo. Please advise

  • Unable to access Windows Live account

    Original title: "my father is vacationing in Australia (from the United Kingdom) and cannot access its live windows account, even using web2mail, suggestions?I him sent a link to MSN and the actual address for the record on the page, but nothing. Hel

  • Aspire 5100 restore options?

    I have an Aspire 5100 aging with its D drive that contains a full restoration required once only 2 DVD, but he now has 7. As I've never had the need to use both methods, I'm looking for other means of external restoration to save the use of DVDs. An

  • Presario CQ61: password Administration

    Hello, got a compaq presario cq61 & the disabled system # 91321052

  • How to access my webcam on my laptop HP with Windows 7?

    Hello I have a HP 200-369WM Windows 7 laptop with an internal webcam. I got a link to it in my taskbar when I bought it. When I deleted the shortcut, I lost all access to her. I need to know what to do next. Thank you Anne