Error while submitting standard import purchase order program

Hi,
iam submitting Standard import purchase order concurrent program, iam getting
error in view - output like
Enter value for 12: EXEC FND_CONC_STAT.COLLECT;
Enter value for 14:
in view-log like
To get the log messages for PDOI, please use the following id to query against FND_LOG_MESSAGES table:
AUDSID = 10451963
can any one help me?
Regards
Bhaskar

Please paste the code here.. there may be some parameter issue while submission.

Similar Messages

  • Error while closing the open purchase order for MRP run

    HI expets,
                     We are facing issue while closing the old purchase order(18.12.2007) for MRP run, if we are clicking delivery completed for the particular line item ,system is showing the error NET PRICE MUST BE GREATER THAN ZEROthough we have made GR and IR aganist the line item an value is also showing in the purchase order history tab, but in the condition tab there is no value showing for the particular line item .Kindly suggest the way forward.
    regards
    Karthick sundaram

    one thing for sure, you cannot proceed without maintaining proper conditions in the PO.
    Why they are not there or not anymore there is probably caused by customizing or vendor master data changes.

  • Error while GR against a Purchase Order

    Hi;
    I need to post stock into QI status after GR for this,In material master Purchasing view i have post to inspection stock activated and the QM view does not exist.and while doing GR against a purchase order using MIGO i am getting a message "stock type should be blocked stock" although in Item detail block under where Tab i have selected Quality Inspection.
    Is there any setting in configuration where it says that the stock for this material can only be received into blocked status and what do i need to do to post this material in to QI. I don't want any Inspection lot created for it either.
    Thanks

    Rajesha;
    Yes we can do the transfer of stock from Blocked to QI Using MB1B Mvmt-321 and QM need not be active.
    this is happening with all materials in this particular plant so i was thinking is there a plant specific setting in customization where its defined that stock should always be posted to Blocked during GR.
    Will wait for ur reply
    Thanks for ur help

  • Error while creating Frame work Purchase order

    Hi Gurus,
    We are trying to implement Frame work order process with following configurations.
    1)Item cat  B for acc assingment Y
    2)Allow  item catg B with acc *** K and Y.(How to config this in SPRO)
    So when i am creating a PO adopted through Purchase Req (account ***  K and item cat B) i am getting error message "Pricing Error :Mandatory condition NAVS is Missing".So how do i configure this pricing process.
    Also when i am creating a Frame work order do i need to select the document type both in PO and PR as frame work order or NB order type will work with these config of Item cat B and acc *** Y?
    When i am creating a PR or PO with doc type frame work order the order unit is automatically populating as "AU" is this something std or do i have to do anything in configuration?
    When i created a PO with ref to PR aith account *** K into the PO and add the item category B the charging information was not maintained so how to maintian this?
    How to maintain the accounting info from PR?
    Also if there is a complete process link releated to config of frame work order that will be great.
    Thanks in Advance.

    Hi
    We are trying to implement Frame work order process with following configurations.
    Item cat B for acc assingment Y
    Create new acct assignment category in IMG -MM - Purchasing -Account Assignment - Maintain Account Assignment Categories (If you are sure of fields to be used then you can directly create Y, if not then copy existing category say K to new one and choose required fields)
    Allow item catg B with acc *** K and Y.(How to config this in SPRO)
    In Purchasing - account assignment - Define Combination of Item Categories/Account Assignment Categories - set combination for Y and B.
    Hope your documement types (PO & PR) allows item category B.
    So when i am creating a PO adopted through Purchase Req (account *** K and item cat B) i am getting error message "Pricing Error :Mandatory condition NAVS is Missing".So how do i configure this pricing process.
    Check the pricing procedure in IMG - Purchasing - Conditions - Define Price Determination Process - Define Calculation Schema - Check for calculation schema - NAVS has been maintained.
    Also when i am creating a Frame work order do i need to select the document type both in PO and PR as frame work order or NB order type will work with these config of Item cat B and acc *** Y?
    You need to choose document types while creating purchase transactions. If that document type doesnt support item category B- then you will get an error message.
    When i am creating a PR or PO with doc type frame work order the order unit is automatically populating as "AU" is this something std or do i have to do anything in configuration?
    For services (D category) we define AU as default unit (IMG - MM - External Services Management - Source Determination and Default Values - for Client/for Purchasing Organizations)
    When i created a PO with ref to PR aith account *** K into the PO and add the item category B the charging information was not maintained so how to maintian this?
    How to maintain the accounting info from PR?
    create Framework requisition and then copy it to a PO.
    Thanks

  • Import Purchase orders failing with numeric/value error issue

    Import Purchase orders failing with numeric/value error issue

    Hi All,
    Import Purchase Orders program is failing with PL/SQL Numeric or Value Error.
    DECLARE
    ERROR at line 1:
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at line 55
    Kindly help me to get the issue fixed

  • Wrong Exchange Rate in Imports Purchase Order.

    Hi
    While creating the Imports Purchase Order, the system is picking up the wrong Exchange Rate.
    We have maintained the Exchange Rate as
    Exch. Rate Type: M
    From currency: EUR
    To Currency: INR
    01.03.2010 - 70.35000
    01.02.2010 - 66.15000
    But when we are creating the Purchase Order, the system is picking up 44.17
    Why the system is behaving like this?
    Note: there is a entry in the system as follows:
    EURX           INR            EUR            01.01.2001      /44.17000
    Is this related with this?
    Please advice.
    Regards,

    Hi all,
    You may check in OBBS first for " M  EUR INR", you can see field "Alt. ERT".
    For your case, the "Alt. ERT" should be assigned with EURX, thus system will read
    OB08 for entry "EURX EUR INR".
    You may also refer to note 128809 and note 135661 for some details.
    Thanks and regards,
    Polly

  • Import Standard Purchase Orders Programs Rejects Records

    Hi Guys
    I have a simple PL/SQL Block to Insert Standard PO Orders into PO_HEADERS_INTERFACE Table.
    The following is the code :
    DECLARE
    V_REQUEST_ID NUMBER:=0;
    -- Start PL/SQL Block --
    BEGIN
    -- Insert Validated Records into PO Interface Tables --
    INSERT INTO PO_HEADERS_INTERFACE
    (INTERFACE_HEADER_ID,
    BATCH_ID,
    ACTION,
    ORG_ID,
    DOCUMENT_TYPE_CODE,
    CURRENCY_CODE,
    AGENT_ID,
    VENDOR_NAME,
    VENDOR_SITE_CODE,
    VENDOR_CONTACT_ID,
    SHIP_TO_LOCATION,
    BILL_TO_LOCATION,
    PAYMENT_TERMS,
    FREIGHT_CARRIER,
    FOB,
    FREIGHT_TERMS,
    APPROVAL_STATUS,
    CREATION_DATE,
    CREATED_BY,
    LAST_UPDATE_DATE,
    LAST_UPDATED_BY,
    LAST_UPDATE_LOGIN)
    VALUES
    (1,
    100,
    'ORIGINAL',
    204,
    'STANDARD',
    'USD',
    13587,
    'Advanced Network Devices',
    'FRESNO',
    1506,
    'M1- Seattle',
    'V1- New York City',
    'Immediate',
    'UPS',
    'Origin',
    'Due',
    'INCOMPLETE',
    '14-NOV-2008',
    1008152,
    '14-NOV-2008',
    1008152,
    1008152);
    DBMS_OUTPUT.PUT_LINE('Header Records Inserted');
    COMMIT;
    END;
    The Records have been sucessfully inserted into PO_HEADERS_INTERFACE Table but whne i run the Import Standard Purchase Orders Program by passing my Batch ID = 100 as the parameter systems Rejects the Records but doesnt
    update the PO_INTERFACE_ERRORS Table.
    Could anybody please guide me. This is quite urgent.
    Regards
    Nakul.V

    Not sure of what release are You working with. Review if You have the Diagnostic Tools responsibility, it has a diagnostic for po documents open interface that reports warning on errors on data on staging tables.

  • Migrating PO using Import Standard Purchase Orders program

    Hi All,
    When am trying to migrating auto created PO's, First i imported Requisition sucessfully and i took the newly generated DISTRIBUTION_ID for the
    imported REQ and i populated the value in REQ_DISTRIBUTION_ID column (PO_DISTRIBUTIONS_INTERFACE table) and then submited program.
    PO is imported sucessfully but the DISTRIBUTION_ID is not populated in the PO_DISTRIBUTIONS_ALL table. If any knows please help on this issuse ASAP.
    Details:
    ORACLE R12
    Version: 12.1.3
    Programs used:
    Requisition Import program
    Import Standard Purchase Orders program
    Regards,
    Siva.

    Hi Siva,
    THis forum is intended for migrating from non-Oracle to Oracle databases. Your questions looks like an EBS issue so try one of the forums that are listed under E-Business -
    Category: E-Business Suite
    https://forums.oracle.com/forums/category.jspa?categoryID=3
    or this fourm where I found a reference to the same table -
    Forum: SCM - General Discussion
    General SCM Discussion
    Regards,
    Mike

  • Error in DTW while importing purchase order

    Dear Experts,
    when trying to import purchase order ( Documents and Documents lines) ends up with an error
    key: DocEntry
    Reason: Vendor record not found application - defined or object defined error 65171
    Please help
    Regards
    Jijo

    i had to possible import data, i add some additional fields. here i attached latest sample data
    Documents_lines:-
    RecordKey     LineNum     DiscountPercent     ItemCode     UnitPrice     Quantity     TaxCode
    RecordKey     LineNum     DiscountPercent     ItemCode     UnitPrice     Quantity     TaxCode
    1          2     12.1     8500     1     [email protected]
    2          2     12.2     1200     1     [email protected]
    3          2     12.3     2200     1     [email protected]
    Documents:-
    RecordKey     DocEntry     CardCode     DocDate     DocDueDate     DocType
    RecordKey     DocEntry     CardCode     DocDate     DocDueDate     DocType
    1     2     V01     20090626     20090626     dDocument_Items
    2     3     V01     20090626     20090626     dDocument_Items
    3     4     V01     20090626     20090626     dDocument_Items
    Thank you for you valuable information Kind co operation
    Regards
    JIjo

  • Error while submitting order to the deployed cartridge

    Hi All,
    I am getting this error while submitting my test order to the deployed cartridge. Could you please let know the problem?
    Fri Jan 25 19:16:08 IST 2013 <25-Jan-2013 7:16:07,641 IST PM> <INFO> <cartridgemgmt.DeployCartridgeMDB> <[ACTIVE]
    ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <Rolling back the database changes ...>
    <25-Jan-2013 7:16:07,641 IST PM> <ERROR> <cartridgemgmt.DeployCartridgeMDB> <[ACTIVE] ExecuteThread: '3' for queue:
    'weblogic.kernel.Default (self-tuning)'> <Cartridge deployment failed:>
    org.xml.sax.SAXParseException: Error attempting to parse XML file (href='model/SN_OrchestrationProject.xml').
         at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
         at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
         at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
         at com.mslv.oms.cartridgemgmt.PAR.i.a(Unknown Source)
         at com.mslv.oms.cartridgemgmt.PAR.i.d(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeRequest.getXmlModelAsDocument(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeMDB.f(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeMDB.a(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeMDB.onMessage(Unknown Source)
         at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:574)
         at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:477)
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:379)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
         at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
         at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
         at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Fri Jan 25 19:16:08 IST 2013 Deploy failed for cartridge SN_OrchestrationProject:
    <25-Jan-2013 7:16:07,641 IST PM> <INFO> <cartridgemgmt.DeployCartridgeMDB> <[ACTIVE] ExecuteThread: '3' for queue:
    'weblogic.kernel.Default (self-tuning)'> <Rolling back the database changes ...>
    <25-Jan-2013 7:16:07,641 IST PM> <ERROR> <cartridgemgmt.DeployCartridgeMDB> <[ACTIVE] ExecuteThread: '3' for queue:
    'weblogic.kernel.Default (self-tuning)'> <Cartridge deployment failed:>
    org.xml.sax.SAXParseException: Error attempting to parse XML file (href='model/SN_OrchestrationProject.xml').
         at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
         at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
         at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
         at com.mslv.oms.cartridgemgmt.PAR.i.a(Unknown Source)
         at com.mslv.oms.cartridgemgmt.PAR.i.d(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeRequest.getXmlModelAsDocument(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeMDB.f(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeMDB.a(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeMDB.onMessage(Unknown Source)
         at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:574)
         at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:477)
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:379)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
         at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
         at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
         at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Hi, this is weird, to me it looks like a problem when deploying a cartridge, are you sure this message is printed when submitting an order?
    If so, I would suggest you take a look inside your parfile which was deployed and see if there is anything obviously wrong with the file.
    In which case it would be a problem of the Design Studio build scripts.
    If that's the problem, you will need to report this, possibly as a workaround edit the par file and repack (which I agree is a pain in the neck).
    Viktor

  • Import Purchase order

    Dear all,
    I have created Import Purchase order with multiple account assignment. But while doing MIRO for custom vendor for planned delivery cost, system giving me the error message as below,
    No delivery cost can be posted in case of multiple account assignment ( Message no. 06356 )
    It would be very difficult to create PO with seperate line item with seperate account assignment ( i.e.Interna order )
    Is there any solution for the above case..
    Thanks in advance.

    Hi,
    Please check the config for delivery costs in invoice verification.
    Thanks,
    Venkat

  • Import Purchase Order issue in Fund-mangement

    Dear Sir,
    We have implemented Fund-Mangement and are facing following problem in Import Purchase Order .
    In Import Purchase Order , the CVD & Additional Duty are the MODVATABLE  items . But as per standard SAP practice , we are mentioning tax code as V0 for Import Purchase Order and CVD/Additional Dutiy are treated as Delivery Cost .   Due to such practice , after the Import Purchase Order creation , in the Fund Management the committed amount includes the CVD/Additional Duty also . But as per our business requirement , we want that CVD/Additional Duty  being MODVATABLE they should get excluded from the Commitment Amount .
    However incase of Domestic Purchase Order , we do not face this problem because here we mention the relevant Tax-Code and MODVATABLE excise duties are mentioned  with the set-off condition under the relevant Tax-Code .
    We request you to kindly guide us , as what steps should we follow to resolve the reported problem pl .
    With Thanks & Regards
    Sonia Agarwal

    Hi,
    I have assigned FR3 in accurals....now it is showing both the debit and credit enteries.I have given Tax code in import PO as V1(10%). In Bill of entry is showing me the error "Error in account determination: table T030K key FGH1 VST V0" because i am selecting the V0 (0%) Tax code.
    I do not know why it is asking here as in OB40 already the account is assigned.
    Please advice

  • Asset import purchase order

    Hi expert
    While doing migo for asset Import Purchase order i  am getting valuation class error for account keys FR3  " account determination for entry FR3 not possible"
    my question is does how does i link the asset po to valuation class, in OBYC we requires valuation class and G/L account.
    Regard
    Nabil

    Dear Sayed,
    In obyc for transaction key FR3 you have to maintain G/L account for custom clearing.
    If you want to know how its working then go to me23n and at item level click on conditions tab and then click "Analysis" where you will able to find pricing procedure which is used in perticular PO ....then go to M/08 and find out that pricing procedure,select the same and click on control,you will find FRE key linked to some of your condition type...so for that it is not able to find G/L as it is not linked in OBYC so it is throwing above error.
    Linked reqd G/L in OBYC with help of FI consultant.
    Naren

  • Getting Error while trying to import VacationRequest Sample

    Hello All,
    Am getting the following error while tring to import Vacation Request Sample:
    "One or more metadata store location(s) configured in
    file:/D:/VacationRequestApp/.adf/MetaInf/adf-config.xml are invalid
    Soa Project will not compile. Please edit this file and fix metadata-store location(s).
    MDS-01333:missing element "mds-config".
    thanks

    Hi,
    I'm following the note 139516.1 on metalink to use Discoverer 4i with E-Business Suite 11.5.10.2.
    Everything goes well until I try to import the eex files (downloaded to my Windows XP desktop). Here is what I get:
    You are running adupdeul, version 115.11
    Start of adupdeul session
    Date/time is Fri Jul 27 10:15:16 WEST 2007
    Log file is adupdeul.log
    Command line arguments are
         "connect=apps/apps@CESEBTST"
         "resp=System Administrator"
         "gwyuid=APPLSYSPUB/PUB"
         "fndnam=APPS"
         "secgroup=standard"
         "topdir=/cygdrive/c/oracle/Disco4i/Discover/discover"
         "language=US"
         "eulprefix=EUL"
         "eultype=OLTP"
         "mode=complete"
    Processing files for US language ...
    Searching /cygdrive/c/oracle/Disco4i/Discover/discover/US directory for files to import ...
    Number of files to process for US language : 2648
    Determining the character set for the import session ...
    The following encoding schemes have been found
         ISO-8859-1
         UTF-8
    ERROR : adupdeul does not support importing files with
    multiple encodings.
    adupdeul is exiting with status 1
    End of adupdeul session
    Date/time is Fri Jul 27 10:20:20 WEST 2007
    Could someone explain me this multiple encodings error and tell me how to avoid it?
    Thanks in advance!

  • Goods receipt importing purchase order

    Hi,
    I have an addon that has to fill some udf's when a Itemcode is entered in the detail section. This works relativaly ok. But what is the best way to force the filling the udf's when the lines are filled in through the selection of a purchase order.
    For the moment I have a routine that fill's all the udf is the screen gets activated and the button purchase order was clicked. This works if the user doesn't click on the good receipt while the wizard for importing purchase order is open.

    Hi,
    You should use the et_CHOOSE_FROM_LIST event to find out which items have been added / changed in document lines.
    See here:
    Re: events surrounding choosefromlist on system form.
    HTH,
    Frank

Maybe you are looking for