Error in Receiving Transaction Processor concurrent program

Hi all,i am trying to insert data into rcv_headers_interface and rcv_transactions_interface.So,for this data to get populated in rcv_shipment_headers and rcv_shipment_lines i am running Receiving Transaction Processor concurrent program in purchasing super user.But,this concurrent program gives below error
+---------------------------------------------------------------------------+
Purchasing: Version : 12.0.0
Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
RVCTP module: Receiving Transaction Processor
+---------------------------------------------------------------------------+
Current system time is 14-OCT-2011 06:11:05
+---------------------------------------------------------------------------+
Concurrent program RVCTP returned error
Cause:        RVCTP encountered an internal error.  Parameters: RVCTP,BATCH,,81,
Action:        Note both this error number and the actions you are trying to perform. Contact your system administr
RVTBM-007: Subroutine rvtbm_batch_mngr() returned error
Cause:        Subroutine rvtbm_batch_mngr() returned an internal error. 
Action:        Note this error number and the actions you are trying to perform. Contact your system admini
RVTBM-040: ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "APP
Cause:        A SQL error has occurred in RVTBM.  The SQL error is &LSQL_ERR.
Action:        Take note of both this error number and the actions you were t
Concurrent Manager encountered an error while attempting to start your immediate concurrent program RVCTP. Routine &ROUTINE received a return code of failure.
Contact your support representative.
+---------------------------------------------------------------------------+
Current system time is 14-OCT-2011 06:11:10
+---------------------------------------------------------------------------+
+---------------------------------------------------------------------------+
Executing request completion options...
Output file size:
0
Output is not being printed because:
The print option has been disabled for this report.
Finished executing request completion options.
{code}
Can someone kindly explain me what's really going why coz i am new to this Applications.
Thanks in advance!!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

There are several notes on metalink for "RVTBM-007: Subroutine rvtbm_batch_mngr() returned error".
Take a look at those.
Also if you are using dual uoms, make sure that setup and conversion is setup correctly.
Hope this helps,
Sandeep Gandhi

Similar Messages

  • Issue with the Receiving Transaction Processor Standard Program

    We are facing issue in the Receiving Transaction Processor Standard Program.
    The error description is as below:
    RVTII-030: Subroutine rvtiicreate() returned error
    Cause: Subroutine rvtiicreate() returned an internal error.
    Action: Note this error number and the actions you are trying to perform. Contact your system administrator.
    RVTII-077: ORA-01476: divisor is equal to zero
    Cause: A SQL error has occurred in RVTII. The SQL error is &LSQL_ERR.
    if any once faced this issue earlier and any solution, Please let us know.
    Regards,
    Krishna

    Please see if these docs help.
    RMA Receipt Errors With RVTII:077 OE COGS API Returned Error Warehouse NULL [ID 301767.1]
    RCVRCERC: RVTII-077: ORA-0146: divisor is equal to zero [ID 1287907.1]
    Cost Of Goods Sold Account Generation Failed With Error [ID 406035.1]
    RMA Transaction Issues (Troubleshooting) [ID 311208.1]
    Thanks,
    Hussein

  • Need help in  Receiving Transaction Processor  concurrent in Oracle Apps

    Hi every one,
    Please give me idea about Receiving Transaction Processor concurrent in oracle application.
    I am inserting values in following table like:
    **rcv_transactions_interface**
    **rcv_headers_interface**
    **MTL_TRANSACTION_LOTS_INTERFACE**
    RCV_LOTS_INTERFACE
    for getting DELIVER/ RECEIVE in a single submit..
    but the problem is RECEIVE will happening as GOOD. but DELIVER process not happening... please help me...
    i am using following QUERIES to insert,
    INSERT INTO RCV_HEADERS_INTERFACE
              (HEADER_INTERFACE_ID,
              GROUP_ID,
              PROCESSING_STATUS_CODE,
              RECEIPT_SOURCE_CODE,
              TRANSACTION_TYPE,
              AUTO_TRANSACT_CODE,
              LAST_UPDATE_DATE,
              LAST_UPDATED_BY,
              LAST_UPDATE_LOGIN,
              CREATION_DATE,
              CREATED_BY,
              SHIPMENT_NUM,
              FROM_ORGANIZATION_ID,
              SHIP_TO_ORGANIZATION_ID,
              EXPECTED_RECEIPT_DATE,
              SHIPPED_DATE,
         -- PACKING_SLIP,
         --     INVOICE_NUM,
         --     PAYMENT_TERMS_ID,
              EMPLOYEE_ID,
         --     COMMENTS,
         --     ATTRIBUTE1,
         --     ATTRIBUTE3,
         --     ATTRIBUTE10,
         --     ATTRIBUTE12,
              VALIDATION_FLAG)
    VALUES
         l_headers_interface,                               -- INTERFACE_TRANSACTION_ID
         rcv_interface_groups_s.nextval, GROUP_ID  - rcv_interface_groups_s.nextval,
         'PENDING',                                                        --PROCESSING_STATUS_CODE
    'INTERNAL ORDER',                                    --RECEIPT_SOURCE_CODE
         'NEW',                                                                  --TRANSACTION_TYPE
    'DELIVER',                                                        --AUTO_TRANSACT_CODE
         SYSDATE,                                                             --LAST_UPDATE_DATE
         l_user_id,                                                        --LAST_UPDATED_BY
         l_login_id,                                                   --LAST_UPDATE_LOGIN
         SYSDATE,                                                             --CREATION_DATE
         l_user_id,                                                        --CREATED_BY
         d.SHIPMENT_NUM,                                         --SHIPMENT_NUM
         d.from_organization_id,
         d.TO_ORGANIZATION_ID,                          --TO_ORGANIZATION_ID
         SYSDATE+1,                                                        --EXPECTED_RECEIPT_DATE,
         SYSDATE,                                                             --SHIPPED_DATE
         d.employee_id,                                              --EMPLOYEE_ID
         'Y'                                                                           --VALIDATION_FLAG
    --Insert values into RCV_TRANSACTION_INTERFACETABLE
    commit;
    INSERT INTO RCV_TRANSACTIONS_INTERFACE
              (INTERFACE_TRANSACTION_ID,
              GROUP_ID,
              LAST_UPDATE_DATE,
              LAST_UPDATED_BY,
              CREATION_DATE,
              CREATED_BY,
              LAST_UPDATE_LOGIN,
         TRANSACTION_TYPE,
              TRANSACTION_DATE,
              PROCESSING_STATUS_CODE,
              PROCESSING_MODE_CODE,
              TRANSACTION_STATUS_CODE,
              QUANTITY,
              UNIT_OF_MEASURE,
              INTERFACE_SOURCE_CODE,
              ITEM_ID,
              EMPLOYEE_ID,
              AUTO_TRANSACT_CODE,
              SHIPMENT_HEADER_ID,
              SHIPMENT_LINE_ID,
              SHIP_TO_LOCATION_ID,
              RECEIPT_SOURCE_CODE,
         FROM_ORGANIZATION_ID,
              TO_ORGANIZATION_ID,
              SOURCE_DOCUMENT_CODE,
              REQUISITION_LINE_ID,
              REQ_DISTRIBUTION_ID,
              DESTINATION_TYPE_CODE,
              DELIVER_TO_PERSON_ID,
         LOCATION_ID,
              DELIVER_TO_LOCATION_ID,
              SUBINVENTORY,
              SHIPMENT_NUM,
              EXPECTED_RECEIPT_DATE,
    --     SHIPMENT_LINE_STATUS_CODE,
              SHIPPED_DATE,
              HEADER_INTERFACE_ID,
         --     COMMENTS,
         --     OE_ORDER_HEADER_ID,
         --     OE_ORDER_LINE_ID,
         --     ATTRIBUTE1,
    --          ATTRIBUTE3,
         --     ATTRIBUTE10,
         --     ATTRIBUTE12,
              VALIDATION_FLAG
    VALUES
              (l_trans_id,                                                   -- INTERFACE_TRANSACTION_ID
         rcv_interface_groups_s.currval, --GROUP_ID   rcv_interface_groups_s.curval
              SYSDATE,                                                             --LAST_UPDATE_DATE
              l_user_id,                                                        --LAST_UPDATED_BY
              SYSDATE,                                                             --CREATION_DATE
              l_user_id,                                                        --CREATED_BY
              l_login_id,                                                   --LAST_UPDATE_LOGIN
         'RECEIVE',                                                        --TRANSACTION_TYPE
              SYSDATE,                                                             --TRANSACTION_DATE
              'PENDING',                                                       --PROCESSING_STATUS_CODE
         'BATCH',                                                             --PROCESSING_MODE_CODE
              'PENDING',                                                        --TRANSACTION_STATUS_CODE
              d.QTY,                                                                  --QUANTITY
              d.UNIT_OF_MEASURE,                                   --'Metric Ton', --UNIT_OF_MEASURE
              'ORDER ENTRY',--'RCV',                                                                 --INTERFACE_SOURCE_CODE
              d.item_id ,                                                   --ITEM_ID
              d.employee_id,                                              --EMPLOYEE_ID
              'DELIVER',                                                        --AUTO_TRANSACT_CODE
         d.shipment_header_id,                          --SHIPMENT_HEADER_ID
              d.SHIPMENT_LINE_ID,                               --SHIPMENT_LINE_ID
              d.SHIP_TO_LOCATION_ID,                          --SHIP_TO_LOCATION_ID
              'INTERNAL ORDER',                                    --RECEIPT_SOURCE_CODE
              d.from_organization_id,
              d.TO_ORGANIZATION_ID,                     --TO_ORGANIZATION_ID
              'REQ',                                                             --SOURCE_DOCUMENT_CODE
              d.REQUISITION_LINE_ID,                     --REQUISITION_LINE_ID
              d.REQ_DISTRIBUTION_ID,                     --REQ_DISTRIBUTION_ID
              'INVENTORY',                                              --DESTINATION_TYPE_CODE
              d.DELIVER_TO_PERSON_ID,                --DELIVER_TO_PERSON_ID
    d.location_id,                                         --LOCATION_ID
              d.DELIVER_TO_LOCATION_ID,           --DELIVER_TO_LOCATION_ID
              d.SUBINVENTORY,                                    --SUBINVENTORY
              d.SHIPMENT_NUM,                                    --SHIPMENT_NUM
         SYSDATE+1,                                                   --EXPECTED_RECEIPT_DATE,
         --     'FULLY RECEIVED',                              --SHIPMENT_LINE_STATUS_CODE
              SYSDATE,                                                        --SHIPPED_DATE
              l_headers_interface,                          --HEADER_INTERFACE_ID
              'Y'                                                                  --VALIDATION_FLAG
    commit;
         INSERT INTO RCV_LOTS_INTERFACE
                                                 (INTERFACE_TRANSACTION_ID
                                                 ,LAST_UPDATE_DATE
                                                 ,LAST_UPDATED_BY
                                                 ,CREATION_DATE
                                                 ,CREATED_BY
                                                 ,LOT_NUM
                                                 ,SUBLOT_NUM
                                                 ,SHIPMENT_LINE_ID
                                                 ,QUANTITY
                                                 ,TRANSACTION_DATE
                                                 ,PRIMARY_QUANTITY
                                                 ,ITEM_ID
                                                 ,LAST_UPDATE_LOGIN
                                                 VALUES
                                                 (l_trans_id,
                                                 SYSDATE,                                                             --LAST_UPDATE_DATE
                                                 l_user_id,                                                        --LAST_UPDATED_BY
                                                 SYSDATE,                                                             --CREATION_DATE
                                                 l_user_id,
                                                 d.lot_number,
                                                 D.SUBLOT_NUMBER,
                                                 D.SHIPMENT_LINE_ID,
                                                 d.QTY,
                                                 SYSDATE,
                                                 d.TO_ORG_PRIMARY_QUANTITY,
                                                 d.item_id,
                                                 l_login_id
    commit;
    INSERT INTO MTL_TRANSACTION_LOTS_INTERFACE (
    TRANSACTION_INTERFACE_ID,
    LAST_UPDATE_DATE,
    LAST_UPDATED_BY,
    CREATION_DATE,
    CREATED_BY,
    LAST_UPDATE_LOGIN,
    LOT_NUMBER,
    SUBLOT_NUM,
    TRANSACTION_QUANTITY,
    PRIMARY_QUANTITY,
    PRODUCT_CODE,
    PRODUCT_TRANSACTION_ID) --link to rcv_transactions_interface
    VALUES
    (l_mtl_trans,
    SYSDATE, --LAST_UPDATE_DATE
    l_user_id, --LAST_UPDATED_BY
    SYSDATE, --CREATION_DATE
    l_user_id, --CREATED_BY
    l_login_id,--LAST_UPDATE_LOGIN
    d.lot_number,--'lt2002',
    d.SUBLOT_NUMBER,
    d.QTY,
    d.TO_ORG_PRIMARY_QUANTITY,
    'RCV',
    l_trans_id);
    commit;

    Hi helios,
    Thanks for your Immediate response.
    My Problem is When i submitting concurrent. It Updating as FULLY RECEIVED status the RCV_SHIPMENT_HEADERS, and RCV_SHIPMENT_LINES tables.
    But It not put one Entry as DELIVERED in RCV_SHIPMENT_LINES table ,so that not updating INVONTRY TABLES.
    Please share me some ideas...
    Thanks,
    Lingesan...
    Edited by: user9031196 on Jul 8, 2011 1:46 AM

  • Receiving Transaction Manager concurrent program errors out with INACTIVE, NO Manager

    Hi,
    We have an R12.1.3, 2-node (1 node Apps, 1 node DB) ERP system on Sparc 64, Solaris 10 Machines.
    All the concurrent managers including Standard Manager and Receiving Transaction Manager are running fine.
    When we are running the concurrent program Receiving Transaction Manager(RCVTPO), it errors out with Inactive No Manager error.
    I am not being able to find any errors in the log files of CM or DB.
    Could someone help me resolve this error. Its kinda urgent
    Thanks.
    Muneer

    Please see the solution in (PODAMGR And RCVOLTM Inactive And Cannot Be Started (Doc ID 726158.1)).
    Are there any errors in the database log file?
    If the above didn't help, please run cmclean.sql and ccm.sql scripts.
    Concurrent Processing - CMCLEAN.SQL - Non Destructive Script to Clean Concurrent Manager Tables (Doc ID 134007.1)
    Concurrent Processing - CCM.sql Diagnostic Script to Diagnose Common Concurrent Manager Issues (Doc ID 171855.1)
    Thanks,
    Hussein

  • Getting error while running Receiving Transaction Processor

    Hi all,i am getting an error in po_interface_errors after running Receiving Transaction Processor concurrent program
    INTERFACE_TYPE       COLUMN_NAME                           ERROR_MESSAGE                     
    RCV-856                  INTERFACE_TRANSACTION_ID      RCV_TP_INVALID_TRX_TYPE     
    TABLE_NAME
    RCV_TRANSACTIONS_INTERFACEI am trying to do an Inter Org transfer and i put the transaction_type as 'RECEIVE' .Can someone kindly suggest what should be the transaction_type for an Inter Org Transfer in rcv_transactions_interface table.Any help is appreciated
    Thanks in advance!!

    HI,
    We are getting the transaction_type error eventhough the transaction_type is a valid.
    Please advise.
    Regards
    MV

  • India - Receiving Transaction Processor program completing in Error status

    Hi All
    We are getting below error message in program "India - Receiving Transaction Processor". We are on R12.1.3 version.
    *** List of Transactions whose processing is skipped due to the below errors ***
    Transaction_id->5002 Error Message->Error in Line Number 1 - jai_rgm_claims_pkg.get_term_id => Location ID cannot be NULL
    Please suggest the solution.
    Thanks
    Ganesh

    Hi,
    The reason for the exception is we don't have any data in the file to zip. If you are sending xml data to the data definition check the path in select clause in bursting control file.
    Regards,
    Raavi

  • Receiving Transaction processor with Receipt Traveller Concurrent program

    Hi
    We have customized Receipt Traveller Concurrent program (Customized) to get rich Publiishing features using BI Publisher Reports technology.
    For some receipts we are getting blank page, on observation we noticed that When Receipt Traveller Concurrent program is complete earlier than Receiving
    Transaction processor then we are getting blank pages for receipt program, Where as if Receitp Traveller concurrent Program is getting completed after
    Receiving Transaction processor completion then we don't have issue of blank page.
    As a possible solution we have tried to make Receiving Transaction processor Incompatible to Receipt Traveller Concurrent program but still issue remains.
    Would like to know if any hint on fixing for this.
    Thanks
    Kamalakar.G

    Your Traveler program may need some data that is generated by the transaction processor.
    Try setting "RCV: Processing Mode" profile option to On-line; logout and log back in.
    See if the problem goes away.
    But keep in mind that if set to on-line, the users have to wait (a second or more) till the receipt is processed. Depending on your volume and response times, this may not be acceptable.
    Hope this helps,
    Sandeep Gandhi

  • 'Receiving Transaction Processor' ERRORS

    Hi All,
    While Running the Seeded Program 'Receiving Transaction Processor', I am getting the following Errors:
    Cause: RVCTP encountered an internal error. Parameters: RVCTP,BATCH,69604,
    Action: Note both this error number and the actions you are trying to perform. Contact your system adminis
    RVTBM-007: Subroutine rvtbm_batch_mngr() returned error
    Cause: Subroutine rvtbm_batch_mngr() returned an internal error.
    Action: Note this error number and the actions you are trying to perform. Contact your system admini
    RVTBM-080: Subroutine rvtptcontrol() returned error
    Cause: Subroutine rvtptcontrol() returned an internal error.
    Action: Note this error number and the actions you are trying to perform. Contact your system administrator
    Concurrent Manager encountered an error while attempting to start your immediate concurrent program RVCTP. Routine &ROUTINE received a return code of failure.
    Please help out..,
    many thanks......

    Hi,
    Check out metalink Note:219958.1
    cause: The parent_transaction_id loaded into the rcv_transactions_interface table did not exist

  • Receiving Transaction Processor ERROR

    Hello Experts,
    Greetings!
    I have inserted data into rcv_headers_interface and rcv_transactions_interface to import the PO receipts into the RCV base tables. After executing 'Receiving Transaction Processor' , I am getting below given error , unable to get the trace of this Issue. Please help me in understanding this.
    My requirement is to load the PO receipts from the external system into oracle database. Please help me with any piece of information you have.
    ===================ERROR==============
    Concurrent program RVCTP returned error
    Cause: RVCTP encountered an internal error. Parameters: RVCTP,BATCH,41688,,
    Action: Note both this error number and the actions you are trying to perform. Contact your system admini
    RVTBM-007: Subroutine rvtbm_batch_mngr() returned error
    Cause: Subroutine rvtbm_batch_mngr() returned an internal error. 
    Action: Note this error number and the actions you are trying to perform. Contact your system admini
    RVTBM-040: ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "APP
    Cause: A SQL error has occurred in RVTBM. The SQL error is &LSQL_ERR.
    Action: Take note of both this error number and the actions you were t
    Concurrent Manager encountered an error while attempting to start your immediate concurrent program RVCTP. Routine &ROUTINE received a return code of failure.
    Contact your support representative.
    Thank you.
    Best regards,
    S.Jain.

    See if you have data in po_interface_errors for that transaction

  • Error occured when running the "Receiving Transaction Processor"

    Dear all :
    We just found the scheduled concurrent program "Receiving Transaction Processor" all failed from last day,
    and this program is always trying to re-run till it could finished successful.
    the request log like following :
    采购管理系统: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    RVCTP module: 接收事务处理处理器
    当前的系统时间为 25-02-2013 17:10:28
    并发程序 RVCTP 返回错误
    原因:RVCTP 遇到内部错误。参数:RVCTP,BATCH,,,
    措施:请记录此错误编号以及您尝试进行的活动。请与系统管理员联系以寻求帮助。
    RVTBM-007:子例行程序 rvtbm_batch_mngr() 返回的错误
    原因:子例行程序 rvtbm_batch_mngr() 返回时出现内部错误。
    措施:请记录此错误编号以及您尝试进行的活动。 请与系统管理员联系以
    RVTBM-080:子例行程序 rvtptcontrol() 返回的错误
    原因:子例行程序 rvtptcontrol() 返回时出现内部错误。
    措施:请记录此错误编号以及您尝试进行的活动。 请与系统管理员联系以寻求帮
    RVTLO-050:ORA-01403: 未找到任何数据
    原因:在 RVTLO 中出现 SQL 错误。SQL 错误为 &LSQL_ERR。
    措施:请记录此错误编号以及您尝试进行的活动。请与系统管理
    在试图启动立即并发程序 RVCTP 时,并发管理器出现错误。例行程序 &ROUTINE 接收到返回代码失败的信息。
    请与您的支持代表联系。
    当前的系统时间为 25-02-2013 17:10:29
    成功地重新提交具有请求编号 21500965 的并发程序 RVCTP,以在 25-02-2013 17:05:30 启动。 (ROUTINE=AFPSRS)
    正在执行请求完成选项...
    Output file size:
    0
    未打印输出文件,因为:
    已禁用此报表的打印选项。
    已完成执行请求完成选项。
    thanks and regards
    Filex Liu

    Dear all:
    thanks for your attention, this problem has been resolved.
    It's just because the error data in some lines about ship.
    Some ship that has been canceled keep its status colum to be "running" and this cause the "Receiving Transaction Processor" to be error.
    after change the status from running to error for the ships that has been cancel, it will recover.
    thanks and regards
    Filex Liu

  • Interface and  Base tables for Receiving Transaction Processor Program

    Hi Everyone,
    My requirement is to move data from staging table to rcv interface tables and then run Receiving transaction processor program. How will in know what interface tables i need to insert data into? and after I run the concurrent program what are the base tables that i need to check to confirm?
    Please help!
    Thanks
    Sunny

    RCV_HEADERS_INTERFACE
    RCV_TRANSACTIONS_INTERFACE
    If you have serial numbers or lot numbers for the receipts, then you need to insert into
    RCV_SERIALS_INTERFACE
    RCV_LOTS_INTERFACE
    Once the transactions are processed, you will see records in
    RCV_SHIPMENT_HEADERS
    RCV_SHIPMENT_LINES
    For details on the interface, check irep.oracle.com
    See Import PO Receipts using custom conversion. for some scripts.
    And see http://www.oracleug.com/tables/purchasing/rcvheadersinterface and http://www.oracleug.com/tables/purchasing/rcvtrnsactionsinterface for details on the tables.
    Hope this answers your question,
    Sandeep Gandhi

  • Error RCV_TP_INVALID_DEST_TYPE when Receiving Transaction processor is run

    Hi,
    I am encountering error RCV_TP_INVALID_DEST_TYPE, when I try to run Receiving Transaction processor.
    What does this error indicate?
    Thanks
    Manpreet

    Dear all:
    thanks for your attention, this problem has been resolved.
    It's just because the error data in some lines about ship.
    Some ship that has been canceled keep its status colum to be "running" and this cause the "Receiving Transaction Processor" to be error.
    after change the status from running to error for the ships that has been cancel, it will recover.
    thanks and regards
    Filex Liu

  • 'Receiving Transaction Processor' ends with error. Receipt not saved.

    Trying to make receipt. On header done add to receipt. When the receipt is selected and saved. & then tried to open receving transaction. Receipt NOT found also 'Receiving Transaction Processor' ends with error.
    Plz Suggest soluntion.
    Regds
    9999

    When we do receipts then atomatically receiving transaction process runs. On header of receipt there is add to receipt oprtion. User adding in erliar made receipt. But when done add to receipt transction get saved but this receipt number not able to find in receiving transaction.
    Now kindly help..!!!
    9999

  • RVCTP module: Receiving Transaction Processor

    Hi,
    I am doing receipt using by passing ASN no as input parameter, not picking the records from interface tables.
    when i checked in rcv_transactions_interface table proceeing_status_code is "RUNNING" , "PENDING" .
    when i run the Receiving Transaction Processor got below error.
    i changed profile option as "BATCH", still getting same error
    please help to solve this
    Purchasing: Version : 11.5.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    RVCTP module: Receiving Transaction Processor
    Current system time is 16-NOV-2010 13:05:39
    Concurrent program RVCTP returned error
    Cause: RVCTP encountered an internal error. Parameters: RVCTP,BATCH,122227,
    Action: Note both this error number and the actions you are trying to perform. Contact your system admini
    RVTBM-007: Subroutine rvtbm_batch_mngr() returned error
    Cause: Subroutine rvtbm_batch_mngr() returned an internal error.
    Action: Note this error number and the actions you are trying to perform. Contact your system admini
    RVTBM-080: Subroutine rvtptcontrol() returned error
    Cause: Subroutine rvtptcontrol() returned an internal error.
    Action: Note this error number and the actions you are trying to perform. Contact your system administrator
    RVTLO-005: ORA-01403: no data found
    Cause: A SQL error has occurred in RVTLO. The SQL error is &LSQL_ERR.
    Action: Take note of both this error number and the actions you were t
    Concurrent Manager encountered an error while attempting to start your immediate concurrent program RVCTP. Routine &ROUTINE received a return code of failure.
    Contact your support representative.
    Current system time is 16-NOV-2010 13:05:40
    Executing request completion options...

    Hi Sandeep,
    thanks for your reply,
    i am inserting the records using below script.
    INSERT INTO RCV_HEADERS_INTERFACE
    HEADER_INTERFACE_ID
              ,GROUP_ID
              ,PROCESSING_STATUS_CODE
              ,RECEIPT_SOURCE_CODE
    ,TRANSACTION_TYPE
    -- ,RECEIPT_HEADER_ID
              ,LAST_UPDATE_DATE
              ,LAST_UPDATED_BY
              ,LAST_UPDATE_LOGIN
              ,CREATION_DATE
              ,CREATED_BY
              ,VENDOR_ID
    ,VENDOR_SITE_ID
              ,VALIDATION_FLAG
              ,ATTRIBUTE12
              -- ,SHIPMENT_NUM
              ,EMPLOYEE_ID
              ,BILL_OF_LADING
              ,PACKING_SLIP
              ,NUM_OF_CONTAINERS
              ,GROSS_WEIGHT
              ,GROSS_WEIGHT_UOM_CODE
              ,WAYBILL_AIRBILL_NUM
              ,COMMENTS
              ,FREIGHT_TERMS
              ,INVOICE_NUM
              ,INVOICE_DATE
              ,ATTRIBUTE1
              ,ATTRIBUTE2
              ,ATTRIBUTE3
              ,ATTRIBUTE4
              ,ATTRIBUTE6
              ,ATTRIBUTE7
              ,ATTRIBUTE8
              ,ATTRIBUTE9
              ,ATTRIBUTE10
              ,ATTRIBUTE11
    ,SHIPPED_DATE
    ,EXPECTED_RECEIPT_DATE
    -- ,RECEIPT_NUM
         VALUES(l_header_interface_id
         ,l_group_id
              ,'BATCH' --'PENDING'
              ,'VENDOR'
              ,'NEW' --'RECEIVE'
    -- ,H.SHIPMENT_HEADER_ID
              ,sysdate
              ,l_user_id
              ,l_login_id
    ,H.CREATION_DATE
    ,H.CREATED_BY
              ,H.VENDOR_ID
    ,H.VENDOR_SITE_ID
              ,'Y'
              ,H.ATTRIBUTE12
              -- ,l_sil_number
              ,H.EMPLOYEE_ID
              ,H.BILL_OF_LADING
              ,H.PACKING_SLIP
              ,H.NUM_OF_CONTAINERS
              ,H.GROSS_WEIGHT
              ,H.GROSS_WEIGHT_UOM_CODE
              ,H.WAYBILL_AIRBILL_NUM
              ,H.COMMENTS
              ,H.FREIGHT_TERMS
              ,H.INVOICE_NUM
              ,H.INVOICE_DATE
              ,H.ATTRIBUTE1
              ,H.ATTRIBUTE2
              ,H.ATTRIBUTE3
              ,H.ATTRIBUTE4
              ,H.ATTRIBUTE6
              ,H.ATTRIBUTE7
              ,H.ATTRIBUTE8
              ,H.ATTRIBUTE9
              ,H.ATTRIBUTE10
              ,H.ATTRIBUTE11
    ,H.SHIPPED_DATE
    ,sysdate
    -- ,11111111
    INSERT INTO RCV_TRANSACTIONS_INTERFACE
    INTERFACE_TRANSACTION_ID
    ,GROUP_ID
    ,LAST_UPDATE_DATE
    ,LAST_UPDATED_BY
    ,CREATION_DATE
    ,CREATED_BY
    ,LAST_UPDATE_LOGIN
    ,TRANSACTION_TYPE
    ,TRANSACTION_DATE
    ,PROCESSING_STATUS_CODE
    ,PROCESSING_MODE_CODE
    ,TRANSACTION_STATUS_CODE
    ,QUANTITY
    ,UNIT_OF_MEASURE
    ,ITEM_ID
    ,UOM_CODE
    ,INTERFACE_SOURCE_CODE
    ,SHIPMENT_HEADER_ID
    -- ,SHIPMENT_LINE_ID
    --,USER_ENTERED_FLAG
    ,SOURCE_DOCUMENT_CODE
    ,DESTINATION_TYPE_CODE
    ,PRIMARY_QUANTITY
    ,PRIMARY_UNIT_OF_MEASURE
    ,RECEIPT_SOURCE_CODE
    ,EMPLOYEE_ID
    ,PARENT_TRANSACTION_ID
    ,PO_HEADER_ID
    ,PO_RELEASE_ID
    ,PO_LINE_ID
    ,PO_LINE_LOCATION_ID
    ,PO_DISTRIBUTION_ID
    --,PO_REVISION_NUM
    ,PO_UNIT_PRICE
    ,CURRENCY_CODE
    ,CURRENCY_CONVERSION_TYPE
    ,CURRENCY_CONVERSION_RATE
    ,CURRENCY_CONVERSION_DATE
    ,VENDOR_ID
    ,VENDOR_SITE_ID
    ,TO_ORGANIZATION_ID
    ,LOCATOR_ID
    ,SHIP_TO_LOCATION_CODE
    -- ,AUTO_TRANSACT_CODE
    ,VALIDATION_FLAG
    VALUES
    l_transaction_id
    ,l_group_id
    ,sysdate
    ,l_user_id
    ,sysdate
    ,l_user_id
    ,l_login_id
    ,'RECEIVE'
    ,sysdate
    ,'PENDING'
    ,'BATCH'
    ,'PENDING'
    ,r.QUANTITY_SHIPPED
    ,r.UNIT_OF_MEASURE
    ,r.ITEM_ID
    ,l_uom_code--UOM_CODE
    ,'RCV'
    ,l_header_interface_id --r.SHIPMENT_HEADER_ID            
    -- ,r.SHIPMENT_LINE_ID
    -- ,'Y' --USER_ENTERED_FLAG  
    ,'PO' --SOURCE_DOCUMENT_CODE  
    ,'RECEIVING' -- DESTINATION_TYPE_CODE
    ,r.QUANTITY_SHIPPED --PRIMARY_QUANTITY              
    ,r.PRIMARY_UNIT_OF_MEASURE --PRIMARY_UNIT_OF_MEASURE   
    ,'VENDOR' -- RECEIPT_SOURCE_CODE -
    ,r.EMPLOYEE_ID --EMPLOYEE_ID                         
    ,-1 --PARENT_TRANSACTION_ID    -   
    ,r.PO_HEADER_ID
    ,r.PO_RELEASE_ID
    ,r.PO_LINE_ID
    ,r.PO_LINE_LOCATION_ID
    ,r.PO_DISTRIBUTION_ID
    --,r.PO_REVISION_NUM
    ,r.UNIT_PRICE --PO_UNIT_PRICE
    ,r.CURRENCY_CODE
    ,r.RATE_TYPE -- CURRENCY_CONVERSION_TYPE -
    ,r.RATE -- CURRENCY_CONVERSION_RATE
    ,r.RATE_DATE -- CURRENCY_CONVERSION_DATE
    ,r.VENDOR_ID
    ,r.VENDOR_SITE_ID
    ,r.TO_ORGANIZATION_ID --ORGANIZATION_ID
    ,41
    ,'GNE JEBEL ALI'
    -- ,'DELIVER'
    ,'Y'
    can you plz suggest if i am wrong

  • Receiving Transaction Processor fails with multiple distribution lines

    Hi All,
        I am having a problem with 'Receiving Transaction Processor' when receiving is done against a multiple distributions line that has different project, task data.  The concurrent program 'Receiving Transaction Processor' completes normally but when you check the quantity_received in po_line_locations_all table it shows partial quantity received.
    example:
    PO# Test_PO1
    Line#1, Shipment#10001, Dist#101, Quantity Ordered: 1, Amount $1000 (Dollar based line), Project_ID: 335803, Task_ID: 12057618
    Line#2, Shipment#20001, Dist#101, Quantity Ordered: 3, Amount $750, Unit Price: $250, Project_ID: 335803, Task_ID: 12057618
    Line#2, Shipment#20001, Dist#102, Quantity Ordered: 2, Amount $500, Unit Price: $250, Project_ID: 336488, Task_ID: 12121488
    Receiving performed using 'Receiving Transaction Processor' by populating data in RCV_Transactions_Interface and RCV_Headers_Interface tables and it gave following error for one of the distribution
    from po_interface_errors table.
    Line#1, Shipment#10001, Dist#101, Received Amount $400 (Successfully interfaced)
    Line#2, Shipment#20001, Dist#101, Quantity Received: 1 (Successfully interfaced)
    Line#2, Shipment#20001, Dist#102, Quantity Received: 1 (Failed with below error)
    Error_Message: Error: The PROJECT_ID specified is invalid.  The value specified (336804) does not match the expected value (335803).
    Interface_Type: RCV-856
    Error_Message_Name: RCV_INVALID_ROI_VALUE
    Table Name: RCV_HEADERS_INTERFACE
    Note: This happens only when you have different project_id and task_id values on each distribution for Line#2, Shipment#20001
    Please let me know if someone have already came across this issue or if there is already any patch for this issue.
    Any help with this issue is appreciated.
    Thanks,
    Sri

    Hi,
    Probably, if you put this under SCM - Discrete Manufacturing, your question could solicit more replies..
    Rgds,
    Rakesh

Maybe you are looking for

  • Migrating from Sun One server 7.0 to Sun One Application server 8.2

    To migrate my application i loaded some lib at Classpath Prefix: in JVM settings in the server. I loaded some libs that overrides some server's lib... When i put my lib there they will override the server's???

  • "iphone synced with another library" it isn't; please help.

    Hi all Tried to put a new CD onto my new iPhone 6 via iTunes. Music moves over to Itunes no problem, but refuses to move to phone. Greyed out with a dashed circle to left of each track name. Tried to move music manually; says "The iPhone "Andrew iPho

  • Broadband problems since April 2012

    Hi Is there ANY way of getting someone to sort out the line problems we have had since April this year? We have called pretty much every week since then, got the Indian call centre evdery time and complained about the 'noise' on the line and the freq

  • 10.3.2.2168 update - alarms are not working

    Hi, I updated to 10.2.3.2168 yesterday, everything looked good, but this morning my alarms didn't go off even though they were set. My phone has the correct time. Another odd thing is my emails have weird times on them, for example, I have one for to

  • Sony .MTS File

    QUESTION Had a Sony Digital 8 camcorder worked fine using Firewire under Premiere 7 Purchased new Sony CX730E Full HD Flash Memory Camcorder Files downloaded from Memory Card have .MTS extension I have Premiere Elements 7 running on Intel single proc