OTL: Purchasing timecard attributes for Contingent worker

Hi,
I am trying to create a timecard for a Contingent worker (a purchasing timecard).
Using the APIs, I am able to create the timecard in the specific template (having PO NUmber & PO Line Number).
But the issue I am facing is :
All the fields are getting populated (project, task, line number), but the 'PO Number' & 'Type' are not getting populated.
hxc_timestore_deposit.create_attribute(p_building_block_id => l_detail_bb_st_id,
p_attribute_name => 'Expenditure_Type',
p_attribute_value => 'Contract Performance Manager',
p_deposit_process => 'Projects Deposit Process',
p_app_attributes => l_tbl_attributes_info);
hxc_timestore_deposit.create_attribute(p_building_block_id => l_detail_bb_st_id,
p_attribute_name => 'PO Price Type',
p_attribute_value => 'Standard Rate',
p_deposit_process => 'Projects Deposit Process',
p_app_attributes => l_tbl_attributes_info);
hxc_timestore_deposit.create_attribute(p_building_block_id => l_detail_bb_st_id,
p_attribute_name => 'PO Header Id',
p_attribute_value => P_PO_HEADER_ID,
p_deposit_process => 'Projects Deposit Process',
p_app_attributes => l_tbl_attributes_info);
hxc_timestore_deposit.create_attribute(p_building_block_id => l_detail_bb_st_id,
p_attribute_name => 'PO Line Id',
p_attribute_value => P_PO_LINE_ID,
p_deposit_process => 'Projects Deposit Process',
p_app_attributes => l_tbl_attributes_info);
* PO Line number is getting populated correctly.
Please help !!!
Thanks,
Sambit

Did you change the Application set to Proj and Payroll? Also can you put a description of what exactly you want to do with respect to payroll element so that we can gauge the exact layout and setup required.
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Purchase Info Record for Frame work Order

    Hi Friends,
    Do we have Purchase info record for Frame work Order(FO) ?. If yes, Please tell me which info category should i need to select to create a Purchase Info Record.
    Thanks

    Hi
    Is that means, Framework  PO will also use the same standard Purchase info record ?
    Thanks

  • How to Create Placement for contingent worker using API in 11i?

    We need to Create Placement for contingent workers using an API or program without using EBS forms.
    On the People form, there is an Action - Create Placement that does just what we need. We can select an Ex-contingent worker, create placement, and save. This creates a new Period Of Placement (PDP) record for the contingent worker with a new primary assignment. The result is the contingent worker can have multiple periods of placement to reflect different jobs they have worked on, for example one contract from Jan 10 - April 4, another from May 1 - 20, and a third starting Aug 7 without an end (yet).
    There are several APIs we find in the Integration Repository for 11i dealing with Contingent Workers, Assignments, and changing a Period of Placement, but we can't find any for creating a PDP.
    Thank you if you can advise on how to do this.
    Skip

    We need to Create Placement for contingent workers using an API or program without using EBS forms.
    On the People form, there is an Action - Create Placement that does just what we need. We can select an Ex-contingent worker, create placement, and save. This creates a new Period Of Placement (PDP) record for the contingent worker with a new primary assignment. The result is the contingent worker can have multiple periods of placement to reflect different jobs they have worked on, for example one contract from Jan 10 - April 4, another from May 1 - 20, and a third starting Aug 7 without an end (yet).
    There are several APIs we find in the Integration Repository for 11i dealing with Contingent Workers, Assignments, and changing a Period of Placement, but we can't find any for creating a PDP.
    Thank you if you can advise on how to do this.
    Skip

  • Should I have a separate apple store account for my work iPad?

    I have a personal iPhone that I use for work - company pays for the service but I have an apple account for apps, music, etc.  I am now getting the first (work) iPad in the company - hard to believe, i know,-  and am wondering if I should create a new apple account just for work.  The ipad will have Verizon for the 3G service - my phone is at&t.
    This is complicated by the fact that I am planning to sync both my iPhone and new iPad to our Microsoft exchange server and will have business and personal information on both devices.

    Hello, Ric,
    That decision is pretty much between you and your company. If you're getting reimbursed for purchases you make for your work, you may be required by your company to have a separate account, perhaps paid by a company credit card, so that they can account for the purchases and retain ownership and control of them should you leave the company. Otherwise, there's no technical difference as to whether you purchase apps solely through your personal account or purchase work apps via a company account other than the complication of possibly having to sign into two iTunes Store accounts to obtain app updates.
    Synching to an Exchange server isn't connected with an iTunes Store account, so that won't affect your decision.
    Regards.

  • Oracle HR Contingent worker termination through Manager Self service

    Hi All,
    My requirement is to terminate contingent workers through Manager Self-Service.
    Does the Termination function handle contingent workers as well ? Or is there a separate function for contingent worker termination ?
    Thanks,
    Sr

    Yes,
    Termination function handles contingent workers as well
    You can try it in TEST instance

  • Looking for opinions on best new laptops for design work using Adobe Creative Cloud

    Any thoughts on purchasing this device for design work with Adobe Creative Cloud?...HP 15-g077nr 15.6" Notebook with AMD A6-6310 Processor & Windows 8.1

    erinf48698046 wrote:
    4 GB DDR3 SDRAM system memory
    Gives you the power to handle most power-hungry applications and tons of multimedia work
    No. That's wrong. Whatever website you're looking at is out of date. I wouldn't suggest people run AE on less than 16 GB of RAM...
    Anyway, you're not asking about After Effects!
    For Photoshop, 8 GB is recommended. It will run on 4, but...8 is recommended. See this page: System requirements | Photoshop
    Same with InDesign: System requirements | InDesign
    Illustrator, on the other hand, runs just fine with 4 GB: System requirements | Illustrator
    Any other system requirements can be found here: System requirements | Creative Cloud

  • Custom VO for OTL Custom Timecard Error in R12

    Hello All,
    I am very new to OA Framework and JDev so first let me write down the steps I did before I got the error on one of the LOVs on timecard page.
    1. Created a database view called HXC_CUSTOM_VIEW with only 2 columns
    2. Created VO via Jdev in read only mode. Hardcorded the values in CustomLOVVO.xml as,
    RowClass="oracle.apps.fnd.framework.server.OAViewRowImpl"
    ComponentClass="oracle.apps.hxc.selfservice.timecard.server.CustomLOVVO"
    Generated the JAVA as CustomLOVVOImpl. Compiled the project and got .class file.
    3. Transfered .xml and .class files onto the server under $JAVA_TOP/hxc/selfservice/timecard/server. CHMOD to 777 for both files.
    4. As I am on R12, logged onto application and clicked on responsibility "AK HTML FORMS". Created Attributes and Region and added Region Items.
    Covered important details while creating Region such as,
    "oracle.apps.hxc.selfservice.timecard.server.TimecardAM"
    "oracle.apps.hxc.selfservice.configui.webui.LovCO"
    5. Added 2 items under the Region.
    6. Modified the timecard .LDT file and add the code to include LOV.
    7. Bounced apache and logged into OTL Self-service. Clicked on create timecard, entered value for all fields and when on click on the LOV icon for this item I get the below error,
    =======================================================
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.AttributeLoadException: JBO-27022: Failed to load value at index 3 with java object of type java.lang.String due to java.sql.SQLException.
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2844)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1834)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:532)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:420)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    java.sql.SQLException: Invalid column index
    =======================================================
    Need help and pointers to troubleshoot this proble. I have hit the wall and not getting any solution.
    Thanks an advance.

    Editing Oracle seeded files is not recommended as they are not upgrade/ patch safe. Read OTL impl white paper for your custom LOV requirements, They have explained well.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                   

  • Purchase and release order not allowed for TECO work orders

    Hi
    We are typically setting maintenance work orders to TECO once the physical work as been performed as that sets the reference date for showing the history of when the maintenance was performed, and when the maintenance call was completed. However, we have invoices that may come in significantly later than when the  physical work was performed.
    Once the order is in TECO a purchase or release order (for services against a contract) cannot be created for the work order. Additionally it appears that even if we have a release order,or purchase order, if it is not for the exact amount of the invoice the release or purchase order cannot be ammended - we get the sameerror mssage (BS007) as when creating a new purchase order for the TECO order.
    I had wondered about using BS22 to change TECO to continue to allow purchase  and release orders when the order is in TECO status.
    Any input on pros/cons or other approachs appreciated.
    Philip

    Thanks
    That was what I initially thought. However I was informed that if the invoice is not for the originally determined amount that to post the invoice means having to change the PO, and changing the PO appears to hit the same business transaction as creating a PO, and so we get the error mssage.
    The issue is that we may know we need to have services estimated at, say, $5.000. But we do not know what the actual final invoice will be. So the actual amount may end up being $4,500 or $5,500 as an example, and it may come ni late from the vendor. The Purchse Order side is not my expertize, but I am being informed that the invoice must match the PO amount, otherwise the PO must be ammended to match. As the order is in TECO, the user cannot amend the PO.
    I would be happy to know of other options, or at least good questions to ask. I want the end user to be able to post the invoice against the PO, after the order is in TECO, even it the invoice amount is not exactly the same as what was originally anticipated.
    regards
    Philip

  • How do I activate captivate 8 for a user using a license purchased by the organisation he works for?

    Hi,
    The organization I work for recently purchased a license for Captivate for one of its users.  I have the license certificate, and the user has the trial software installed on his home machine. which is where it will be used   How do we activate the software on his machine?

    Hi There,
    You can activate Captivate 8 by launching it and clicking on License This Software and enter serial key to activate the product.
    If it is an annual subscription then it can only be activated by sign in with adobe id and password under which the license has been purchased ( No serial key is required. )
    If you face any issue in activation then please reach out our support by calling 800-833 6687 follow IVR options 2 > 4 > 2 or can also chat with an expert by click on the following link :-Contact Customer Care
    Note:- Please do not post serial key here on Forums.
    Regards,
    Ajit

  • I am trying to download Lightroom to my computer but it is not working out.  I purchased a license for it, do I need a serial number or something?

    I am trying to download Lightroom to my computer but it is not working out.  I purchased a license for it, do I need a serial number or something?

    ... but it is not working out
    Why not? What happens? Is there an error message?
    I purchased a license for it, do I need a serial number or something?
    You don't need a license or a serial number to download Lightroom, which is the problem you state you are having. What is the license you purchased, anyway? Can you give us details?

  • Purchase all content for Garageband 10.0.1 doesn't work.

    Purchase all content for Garageband 10.0.1 doesn't work.
    From the App I choose the purchase option, it leads me to my account.
    After loggin the App Store Screen remains white (no information at all)
    How to solve this problem?

    surched the internet and it seems you have to puchase an App (not an in-App) first
    You'll get a message saying its your first purchase after installing Maverick.
    It solves the problem and other purchases in-App like Gragaband will work

  • I purchased photoshop CS5 for my windows vista operating system. I purchased a canon 7 D some yrs ago no problem. I purchased canon 7D mk 11 in december 2014. The supplied software will not work with vista. Photoshop CS5 will not accept canon7D mk11. Can

    I purchased Photoshop CS5 for my windows vista operating system. I purchased a canon 7 D some yrs ago no problem. I purchased canon 7D mk 11 in December 2014. The supplied software will not work with vista. Photoshop CS5 will not accept canon7D mk11. Can someone please tell me how i process canon 7D mk11 photos ?????. (is it possible to bypass camera raw and open the photo straight into CS5 without using camera raw first. if so how do i do that. if not how do i process pictures).
    Thank you.
    Brian in the UK.

    Photoshop by itself cannot process raw image data. That is why the Camera Raw plug-in was developed. You could try the DNG converter and convert your images to the DNG format and then the Camera Raw that you have would be able to open them. I can't recommend Lightroom because you are using Vista, and Lightroom 5 cannot be used with that operating system. It may be time for you to get a new computer and upgrade your software.

  • How does attribute change run works for Aggregates and Master data?

    Hi
    Can anybody xplain how does the attribute change run works for Master data ?
    For e.g.
    There is 0spelling and it has master data
    On Day 1 there are 10 records
    day 2 it has 12 records
    so with attribute change run this 2 new records will get added....
    The values for this  12 records will added seperately in Data load
    Is this how it workss
    So how about Aggregates which has Master data.????

    for e.g.
    u have 0spelling whicha has attributes x,y and z on day 1 with 10 records
    so do ur aggregates on day1 with same values
    now on day2 u had new values of attributes y,z,s,d and new hierarchies and so u add new records
    with data load u will load the data with version M of modified and is not available for reporting
    If u do attribute change run then this modified version is activated to A i.e. active version .
    It will also do the change run alignment for Aggregate for new attribute values and new hierarchy values for aggregate.
    now in order for this data to be available for reporting u will need to do the roll up of aggregate.....
    if u roll up aggregate before attribute change run , new data is not avaialable for reporting
    if u roll up aggregate after attribute change run, then data is available for reporting
    if u dont roll up aggregate eventhough new data is in dataprovider, still new data will not be available for reporting.
    this is how it works

  • I will studying in the UK for the next year and want to know if an unlocked iPhone 4S with a new sim card purchased in the UK will work as opposed to getting a new phone?

    I will studying in the UK for the next year and want to know if an unlocked iPhone 4S with a new sim card purchased in the UK will work as opposed to getting a new phone?  There seem to be differeing opinions on this.

    Iphone 4s only has one version so it should work world wide in any carrier..As long as it's and unlocked version ofcourse.

  • I purchased an adapter for playing videos from my ipod touch on my tv. It works fine for episodes I have purchased from Itunes, but won't play videos from Hulu Plus. What should I do to remedy the situation? Thank you!

    I purchased an adapter for playing videos from my ipod touch on my tv. It works fine for videos I have purchased but won't allow me to watch videos from Hulu Plus. What should I do to remedy the situation? Thanks!

    The iPod TV out only works for aps that support TV out.  The description of Hulu Plus only states that iiPad supports HDMI video out (SD only)

Maybe you are looking for