Is there an API for updating location flex field Details?

Hi all

Y at - there any API to update wms locator flex field Details?

Hello
According to Oracle, we have below API for WMS Locator,

-Create index API to create a new Web address (CREATE_LOCATOR)
-Updated localization API for updating a landmark existing (UPDATE_LOCATOR)
-Locator point Tie API to assign a component to a Web address (CREATE_LOC_ITEM_TIE)
-Remove the Locator API to delete a guide existing (DELETE_LOCATOR)

The APIs are part of the INV_LOC_WMS_PUB PL/SQL package. It is defined in
$INV_TOP/patch/115/sql/INVLOCPS.pls.

You can search * "Locator Maintenance Application Program Interface" * in Metalink or MFGAPI for more details.

It may be useful

Kind regards
S.P DASH

Tags: Oracle Applications

Similar Questions

  • Is there an API for resizing the image "smoothly"?

    To get thumbnails of images, I use EncodedImage.scaleImage32 (). It works Ok, but when I open the native image (from the camera app) Viewer I see the difference in quality - thumbnails Viewer native look nice (smooth, anti-aliasing), while mine are a little ugly. It seems that native Viewer resizes images using a filter (bicubic or sth like this). How can I do the same? Is there some API for resizing 'smooth '?

    In 5.0, but it does not work with images.

    Nothing native pre - 5.0, you must implement your own.

  • Is there an API that updates the e-mail addresses of the employees?

    Quick question - is there an API that updates the e-mail addresses of the employees?
    All of the API used, I see everything just to 'create an employee' - no updates?

    your

    Steven

    Use hr_person_api.update_us_person API from the input parameters required etc...

  • BlackBerry software is there an API for mixture of WhatsApp?

    Hello

    my friend has the new version of the Passport, but I the Z10 without the option of mixture. what I noticed is that mixture does not support applications 3rd party just BBM/SMS/Mail... what snapchat? or whatsapp? etc? is there an API that the app must exhibit in order to support the mix on PC?

    Hi @Labba

    API for BlackBerry mixture is not available. Stay up to date as more news is made available I had recommend followed inside located BlackBerry Developer Blog at http://devblog.blackberry.com. Thank you!

  • Public API for update of the Phase of time because any spending Plan and revenue Plan

    Hello

    Is there a public API on draft update of the Phase of time against zero in terms of spending and revenue Plan?

    Steps to manually configure the time Phase for the spending and revenue plan Plan:

    Project > finance > Budgets and forecasts > change the scheduling Options > click OK > select Plan type Budget > change > tab parameters of the Plan:

    On the spending Plan section > time Phase = "period of PA.

    On the revenue plan section > time Phase = "period of PA.

    I followed note 1292958.1 to check what are all the APIs available on projects now but I do not find any API for the Phase of time.

    Thank you

    Diana

    A colleague helped me with a response.

    According to the 1295817.1 note - you can use the PA_BUDGET_PUB. UPDATE_BUDGET API to change the setting time_phased_code on 'P' (PA_Period), 'G' (GL_Period) or "n" (no steps) as well as the version of the financial plan information.

    Thank you

    Diana

  • Is there an API for developing WebWorks Playbook file picker?

    I'm looking for a way to ask the user to navigate to a file and then access the file in javascript. I found there is something for BlackBerry smartphone, https://github.com/blackberry/WebWorks-Community-APIs/tree/master/Smartphone/FilePicker. For the same reasons, I can not use the input type HTML field 'file '.

    Is there an equivalent for Playbook?

    Hi asiayeah,.

    Unfortunately it doesn't seem to be something similar to this extension in space Tablet currently. Seems that you need your own custom control (WebWorks APIs leverage) or extension (to dig down in the AIR or AIR > native) for this right now.

    Erik Oros

    BlackBerry Development Advisor

  • Is there an API for uploading and downloading PDF files from Document clouds

    Is there an API available?

    No, there is no API for loading/downloading of PDF files to the cloud of Document.

  • Is there an API for OIM Design Console?

    I was wondering if there is an API for OIM design Console.
    I would like to add fields to a connector resource and configure the commissioning of the resource of connector and the search for reconciliation through Java code.
    Adding more than 100 attributes of resources is a tedious process, and I would like a better way to automate this process.

    In the developer's guide, there are instructions for configuring a custom client that can connect to your application to IOM. You can use the tcLookupOperationsIntf api to add values to your search.

    -Kevin

  • Is there an API for Firefox search of certificates in the storage of certificates of Firefox?

    I'm trying to find an open source API available to search for a specific certificate issued by an issuer in my storage of certificates. Do you know something that could be useful to me?

    Thanks in advance!

    The db should be cert8.db and it's accessible with a software able to read db. To be sure: profiles - where Firefox stores your bookmarks, passwords and other user data

    These are the Tools https://developer.mozilla.org/en-US/d.../Tools#dbck

    I don't know if there is a api. Try the DND.

  • Access to SQL issues for updating a numeric field

    Hello world. I have a publishing page that updates some fields in a database. We just converted all access to SQL. I can update the page very well for the most part, except when I try to update the number of sales for a reason any. I don't know why. I think it has something to do with the SQL database, but I don't know what. The field is called Sales_Order_Number. When I try to enter a number in this field, I get a 500 internal server error. Here's my query I use to display information. on the action page, as well as the update of the table.

    We have also updated our MX7 ColdFusion to 11. Not sure if this would make a difference or not otherwise. Can someone please? Thank you.

    Andy

    < CFQUERY NAME = "ShowContact" Datasource = "#application. DataSource #">"

    SELECT the company Company_Name, Middle, First_Name, Last_Name.

    ContactID, Contact_Num, ItemID, Item_Num, RFQID, RFQID_SPEC, Entry_Date

    Of

    (((Contacte LEFT JOIN RFQ_Numbers ON Contacts.ContactID = RFQ_Numbers.Contact_Num))

    ON Contacts.Company = Companies.Company_Name LEFT JOIN companies)

    LEFT JOIN RFQ_SPEC ON RFQ_Numbers.RFQID = RFQ_SPEC. RFQID_SPEC)

    Where ItemID = #form. ItemID #.

    <!- and Contacts.RFQ_Num > = 0->

    ORDER BY ItemID

    < / CFQUERY >

    < cfset Form.RFQ_Expected_Value = ReReplace(Form.RFQ_Expected_Value,"[$,abcdefghijklmnopqrstuvwxyz]","","All") >

    < cfquery Datasource = '#application. DataSource #">"

    Update RFQ_SPEC

    The value <!-< cfif IS Entry_Date ' "> Entry_Date = Null,". "

    < cfelse > Entry_Date ='#form. Entry_Date #', < / cfif >->

    M2M_Quote_Number = < cfif isDefined "(form. M2M_Quote_Number') and #form. NEQ M2M_Quote_Number #.

    «"> ' #form.» M2M_Quote_Number #'.

    < cfelse >

    NULL,

    < / cfif >

    Rev ='#form. Rev #',

    Standard_Part_Number ='#form. Standard_Part_Number #'.

    Generic_Description ='#form. Generic_Description #'.

    <!-< CFIF IsDefined ("form. GHz_Socket") > = GHz_Socket

    #form. GHz_Socket #, < / CFIF >->

    Received_By ='#form. Received_By_Initials #'.

    Assigned_By ='#form. Assigned_By_Initials #'.

    RFQ_Leader ='#form. RFQ_Leader_Initials #'.

    Jsquad_Coordinator ='#form. Jsquad_Initials #'.

    < cfif IS Complete_Date ' "> Complete_Date = Null,". "

    < cfelse > Complete_Date =' #form.Complete_Date #', < / cfif >

    Highest_Quantity_Request = < cfif isDefined "(form. Highest_Quantity_Request') and

    #form. NEQ Highest_Quantity_Request #.

    "" > "".

    ' #form. Highest_Quantity_Request #'.

    < cfelse >

    NULL,

    < / cfif >

    < cfif IS New_Custom_PO_Received_Date ' "> New_Custom_PO_Received_Date = Null,". "

    < cfelse > New_Custom_PO_Received_Date ='#form. New_Custom_PO_Received_Date #', < / cfif >

    Sales_Order_Number = < cfif isDefined "(form. Sales_Order_Number') and

    #form. NEQ Sales_Order_Number #.

    «"> ' #form.» Sales_Order_Number #'.

    < cfelse >

    NULL,

    < / cfif >

    < IsDefined ("form. CFIF Order_Request") > = Order_Request

    #form. Order_Request #, < / CFIF >

    Customer_Reason_Rejecting ='#form. Customer_Reason_Rejecting #'.

    Budgetary_Quote ='#form. Budgetary_Quote #'.

    RFQ_Expected_Value = < cfif isDefined "(form. RFQ_Expected_Value') and #form. NEQ RFQ_Expected_Value #.

    «"> ' #form.» RFQ_Expected_Value #'.

    < cfelse >

    NULL,

    < / cfif >

    Possible_Status ='#form. Possible_Order #'.

    <!-code as if a Sales Order Number is entered, then the State of sales field is registered as 'ordered '. If the Sales Order Number field is empty, then the field sales status will be entered regardless of the drop-down menu has been chosen item.

    ->

    < cfif Sales_Order_Number IS not "" > Sales_Status = "ORDERED", "."

    < cfelseif IS Sales_Order_Number ' "> Sales_Status ='#form." " Sales_Options #'.

    < / cfif >

    Additional_Comments ='#form. Additional_Comments #'.

    End_Customer_Name ='#form. "End_Customer_Name #

    Where ItemID = #form. ItemID #.

    < / cfquery >

    ALEXANDER,

    Thanks, but what I discovered is that I had to change the entry for the word ordered in single quotes instead of double quotes, so the if statement now reads like this:

    Sales_Status = "ordered."

    Sales_Status ='#form. Sales_Options #'.

    Thanks again.

  • [Geolocation CRG] Is there an api to perform address search?

    Hi Experts,

    I am trying to build a map in a page of amx. The requirement is to put some points on the map showing some places/spaces(defined in places by name) nearby (ranged from RADIUS).

    Is there an api for the address of place name search?

    I am able to do this using javascript api google

    See you soon,.

    Hendry

    Hello

    the question is where these names coming on and if there is a way to add the Longitude/Latitude data to this. MAF does not provide this service for you and only grants you access to the current location of the user GEO. You might want to take a look at

    https://developers.Google.com/maps/documentation/geocoding/

    http://www.gisgraphy.com/

    and more if you use google for it

    Frank

  • API for rebot/reset

    Is there an API for restart /reset to the device programmatically, just like when newly install us an application. ?

    Or if anyone knows a solution to bypass or trick please enlighten us.

    Do you have chekced this thread.

    http://supportforums.BlackBerry.com/T5/Java-development/how-can-I-programmatically-reset-a-Blackberr...

    Concerning

    Bika

  • API to update the fields in the table cn_payment_transactions_all (OIC module)

    Hello
    I have an obligation to put the lines of Sales Commission (Oracle Incentive Compensation package) waiting for a specific vendor, if the corresponding invoice line has a sum not equal to zero.
    Now to put the commission lines on hold that to date the hold_flag of the cn_payment_transactions_all table is necessary.

    I need help to find the API that I can use to update the hold_flag. I searched on the same metalink but can't find anything suitable.

    Please advice what API should I use or reference where I can find all the documentation on that. Can I update the hold_flag directly in case I can't find any API for updating this indicator.

    Thanks in advance...

    Concerning
    Lucile

    Published by: user10816003 on December 28, 2009 06:05

    Update of the base tables directly without using the approved API is not supported by Oracle, and may leave your database damaged without repair possible. If you can't find the information you need in the User Guides or ETRM, pl open an SR with the applicant for assistance on how to get what you need to support.

    HTH
    Srini

  • API for creating value

    Hello

    Is there an API for creating value and the value of values in R12?


    Thank you
    Praveen

    Published by: praveen Elvis on April 9, 2009 12:18 AM

    Hello

    Try FND_FLEX_VALUES_PKG API.

    Oracle integration repository
    http://IREP.Oracle.com

    R12, repository integration Oracle is shipped as part of the E-Business Suite (as a responsibility).

    Kind regards
    Hussein

  • API for the LGPS_PROCESS_FLAG layout

    Hi all

    We are currently implementing LGPS in Scotland and we need to update LGPS_PROCESS_FLAG in the screen transfer feature additional Details tab

    is there an API to update based on the previous details of pension

    Thanks in advance

    These data are stored in the pqp_assignment_attributes_f table. To update the details of this table, you can use the following api:

    pqp_aat_api

    Kind regards

    Select this option.

Maybe you are looking for

  • How do the function of table 1 d search case-insensitive for the array of strings

    How do the function of table 1 d search case-insensitive for the array of strings

  • no password box icon

    Just put the box of password on my laptop, and the area of the icon does not appear to log on... Any help! using windows 7... Firefox brower... password as an add-on box Wayne069

  • BlackBerry smartphones not icons on my 8320 wallpaper

    I think I accidentally deleted something & then suddenly all my icons on the screen main dissappeared.  And all I get is a white yellow circle that I can move down the screen.  Also after accidental deletion, I have intermittently had 'Error 523' wit

  • HP Photosmart C4795

    I can't connect wirelessly by entering the pin code or the push button.  I went from routers using now asus RT-AC66r.  I have reset the settings on the printer wireless, but nothing works.  I have reset to factory?  I've tried unplugging, nothing hel

  • Vector files in edge of reflow...

    Not working not because native imports...Copy them & paste or import does not like. HAVE or. EPSIs this because I use Illustrator CS6 vs reflow CC?The only way it is important, that's if I save it as a. SVGNot a problem, I was wondering because I was