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

Similar Messages

  • 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

  • Receiving Transaction Processor

    Hi,
    I have inserted the data in RCV_headers_interface and
    RCV_transaction_interface and run the Receiving Transaction Processor program, no error in log file.
    The PROCESSING_STATUS_CODE column in the rcv_transactions_interface is updated as ' ERROR'.
    when I check for the error in po_interface_errors
    column_name: INTERFACE_TRANSACTION_ID
    error_message:An error occurred while trying to split lot and serial lines.
    error_message_name:RCV_SPLIT_LOT_SERIAL_ERROR
    table_name:RCV_TRANSACTIONS_INTERFACE
    I have populated UOM_CODE in rcv_transactions_interface and Items are not lot or serial controlled.
    Can anyone please advise
    Thanks

    Hi,
    Thanks for replay
    I am not passing values for use_mtl_lot and use_mtl_serial columns
    Here is the script I used.
    INSERT INTO RCV_HEADERS_INTERFACE
    HEADER_INTERFACE_ID,
    GROUP_ID,
    PROCESSING_STATUS_CODE,
    RECEIPT_SOURCE_CODE,
    TRANSACTION_TYPE,
    LAST_UPDATE_DATE,
    LAST_UPDATED_BY,
    LAST_UPDATE_LOGIN,
    CREATION_DATE,
    CREATED_BY,
    SHIPPED_DATE,
    VENDOR_NAME, -- or VENDOR_ID
    EMPLOYEE_NAME, -- or EMPLOYEE_ID
    VALIDATION_FLAG,
    SHIP_TO_ORGANIZATION_CODE, -- or SHIP_TO_ORGANIZATION_ID
    EXPECTED_RECEIPT_DATE
    SELECT
    RCV_HEADERS_INTERFACE_S.NEXTVAL,
    RCV_INTERFACE_GROUPS_S.NEXTVAL,
    'PENDING',
    'VENDOR',
    'NEW',
    sysdate,
    1,
    1,
    sysdate,
    1,
    sysdate,
    '&vendor_name',--or vendor_id
    '&agent_id', -- or agent_id
    'Y',
    organization_id
    sysdate+5
    FROM DUAL;
    INSERT INTO RCV_TRANSACTIONS_INTERFACE
    (INTERFACE_TRANSACTION_ID,
    HEADER_INTERFACE_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,
    AUTO_TRANSACT_CODE,
    RECEIPT_SOURCE_CODE,
    SOURCE_DOCUMENT_CODE,
    DOCUMENT_NUM, -- or PO_HEADER_ID
    RELEASE_NUM, -- or PO_RELEASE_ID
    DOCUMENT_LINE_NUM, -- or PO_LINE_ID
    DOCUMENT_SHIPMENT_LINE_NUM, -- or PO_LINE_LOCATION_ID
    SHIP_TO_LOCATION_CODE, -- or SHIP_TO_LOCATION_ID
    VALIDATION_FLAG,
    DELIVER_TO_LOCATION_CODE, -- or DELIVER_TO_LOCATION_ID
    TO_ORGANIZATION_CODE, -- or TO_ORGANIZATION_ID
    UOM_CODE,
    destination_type_code,
    po_distribution_id
    SELECT
    RCV_TRANSACTIONS_INTERFACE_S.NEXTVAL,
    RCV_HEADERS_INTERFACE_S.CURRVAL,
    RCV_INTERFACE_GROUPS_S.CURRVAL,
    SYSDATE,
    1,
    SYSDATE,
    1,
    1,
    'RECEIVE',
    sysdate,
    'PENDING',
    'BATCH',
    'PENDING',
    quantity, -- make sure to enter the quantity <= qty_ordered – qty_received
    'EACH',
    'DELIVER',
    'VENDOR',
    'PO',
    '&po_num', -- or po_header_id
    null, -- or po_release_id
    po_line_id,
    line_location_id
    '&ship_to_location_code', -- or location_id
    'Y',
    &DELIVER_TO_LOCATION_ID,
    &TO_ORGANIZATION_ID,
    '&UOM',
    'EXPENSE',
    &po_distribution_id
    FROM DUAL;
    Thanks

  • Issue regarding Receiving Transaction Processor (ROI)

    Hi Experts,
    We have EBS 11i (11.5.10.2) .
    At the time of PO Receipt thru application, the following 3 concurrent processes are running.
    (1) Receiving Transaction Processor
    (2) Receipt Traveller Concurrent program
    (3) Journal Import
    After creating the receipt thru application, we can modify the taxes at receipt time also.
    Now, same thing we are doing with Interface.
    In this scenario, the receipt is created successfuly thru Interface.
    Right now, we are running the process : *'Receiving Transaction Processor'* manually for the same.
    After running this process, the second process: *'Receipt Traveller Concurrent program'* is not running. In place , process : *'India - Receiving Transaction Processor'* is running.
    Also, For receipt created thru interface, we cannot modify the taxes
    Can anyone guide me , what we have to do to run the process: *'Receipt Traveller Concurrent program'* and to change the taxes.
    KFI, the we have taken processing_mode_code = 'BATCH' in RCV_TRANSACTIONS_INTERFACE table.
    regards
    Sanjay

    Hi PS,
    Thanks for reply.
    we want to control the receiving transaction processor .
    when we are running the process : ' receiving transaction processor ' through interface, another process : ' India - Receiving Transaction ' is automatically fired that we do not want . Due to this , the taxes are freezed at receipt level and we cannot modify the same.
    I hope you understood the scenario.
    Sanjay

  • 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

  • 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

  • '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 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 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

  • 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

  • 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

  • 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

  • Urgent Please - Receiving Transaction Processor Issue

    Hi,
    We are on 11.5.10. I am trying to create PO receipts using the interface program "Receiving Transaction Processor". I inserted data into the rcv_headers_interface and rcv_transactions_interface tables. As this dta is for contract labor, i am assuming that there is no need to insert data into shipment_related interface table. Following shows the insert statement I made sure that I am running the process from the correct org (the org that i used in the filed destination_oprganization field). But still the process completes normally but po_interface_errors has a record with error message as :
    "RVTSH-189: Subroutine rvtshiline() returned error
    Cause: Subroutine rvtshiline() returned an internal error.
    Action: Note this error number and the actions you are trying to perform.
    Contact your system administrator for"
    The receipt gets created succesfully from the form. Anyone knows the issue? Please help me...thanks
    Here are the insert statements...
    --Insert data into Interface tables
    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,
    creation_date,
    created_by,
    expected_receipt_date,
    comments,
    validation_flag,
    packing_slip,
    vendor_id,
    vendor_site_id,
    ship_to_organization_id
    VALUES (rcv_headers_interface_s.NEXTVAL,
    rcv_interface_groups_s.NEXTVAL,
    'PENDING',
    'VENDOR',
    'NEW',
    'RECEIVE',
    SYSDATE,
    fnd_global.user_id,
    SYSDATE,
    fnd_global.user_id,
    SYSDATE,
    'test',
    'Y',
    'ABC',
    po_headers.vendor_id,
    po_headers.vendor_site_id
    po_distributions.destination_organization_id
    --Insert record in transactions_interface
    INSERT INTO rcv_transactions_interface
    (interface_transaction_id,
    header_interface_id,
    processing_status_code,
    receipt_source_code,
    transaction_date,
    GROUP_ID,
    last_update_date,
    last_updated_by,
    creation_date,
    created_by,
    transaction_type,
    processing_mode_code,
    transaction_status_code,
    quantity,
    unit_of_measure,
    source_document_code,
    po_header_id,
    po_line_id,
    po_line_location_id,
    po_distribution_id,
    to_organization_id,
    comments,
    interface_source_code,
    employee_id,
    auto_transact_code,
    destination_type_code,
    attribute_category,
    category_id,
    item_description
    VALUES (rcv_transactions_interface_s.NEXTVAL,
    rcv_headers_interface_s.CURRVAL,
    'PENDING',
    'VENDOR',
    SYSDATE,
    rcv_interface_groups_s.CURRVAL,
    SYSDATE,
    fnd_global.user_id,
    SYSDATE,
    fnd_global.user_id,
    'RECEIVE', --'NEW',
    'BATCH',
    'PENDING',
    2,
    po_lines.unit_meas_lookup_code,
    'PO',
    po_headers..po_header_id,
    po_lines.po_line_id,
    po_line_locations.po_line_location_id,
    po_distributions.po_distribution_id,
    po_distributions.destination_organization_id,
    'TEST',
    'RCV',
    1234, --employee_id
    'RECEIVE',
    'RECEIVING',
    po_distributions.destination_organization_id,
    45074,
    'Standard'
    );

    Pl see you duplicate post here - PO Receipts Interface Error!!
    For urgent issues, pl open an SR with Support
    Srini

  • Urgent Please - Receiving Transaction Processor

    Hi,
    We are on 11.5.10. I am trying to create PO receipts using the interface program "Receiving Transaction Processor". I inserted data into the rcv_headers_interface and rcv_transactions_interface tables. As this dta is for contract labor, i am assuming that there is no need to insert data into shipment_related interface table. Following shows the insert statement I made sure that I am running the process from the correct org (the org that i used in the filed destination_oprganization field). But still the process completes normally but po_interface_errors has a record with error message as :
    "RVTSH-189: Subroutine rvtshiline() returned error
    Cause: Subroutine rvtshiline() returned an internal error.
    Action: Note this error number and the actions you are trying to perform.
    Contact your system administrator for"
    The receipt gets created succesfully from the form. Anyone knows the issue? Please help me...thanks
    Here are the insert statements...
    --Insert data into Interface tables
    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,
    creation_date,
    created_by,
    expected_receipt_date,
    comments,
    validation_flag,
    packing_slip,
    vendor_id,
    vendor_site_id,
    ship_to_organization_id
    VALUES (rcv_headers_interface_s.NEXTVAL,
    rcv_interface_groups_s.NEXTVAL,
    'PENDING',
    'VENDOR',
    'NEW',
    'RECEIVE',
    SYSDATE,
    fnd_global.user_id,
    SYSDATE,
    fnd_global.user_id,
    SYSDATE,
    'test',
    'Y',
    'ABC',
    po_headers.vendor_id,
    po_headers.vendor_site_id
    po_distributions.destination_organization_id
    --Insert record in transactions_interface
    INSERT INTO rcv_transactions_interface
    (interface_transaction_id,
    header_interface_id,
    processing_status_code,
    receipt_source_code,
    transaction_date,
    GROUP_ID,
    last_update_date,
    last_updated_by,
    creation_date,
    created_by,
    transaction_type,
    processing_mode_code,
    transaction_status_code,
    quantity,
    unit_of_measure,
    source_document_code,
    po_header_id,
    po_line_id,
    po_line_location_id,
    po_distribution_id,
    to_organization_id,
    comments,
    interface_source_code,
    employee_id,
    auto_transact_code,
    destination_type_code,
    attribute_category,
    category_id,
    item_description
    VALUES (rcv_transactions_interface_s.NEXTVAL,
    rcv_headers_interface_s.CURRVAL,
    'PENDING',
    'VENDOR',
    SYSDATE,
    rcv_interface_groups_s.CURRVAL,
    SYSDATE,
    fnd_global.user_id,
    SYSDATE,
    fnd_global.user_id,
    'RECEIVE', --'NEW',
    'BATCH',
    'PENDING',
    2,
    po_lines.unit_meas_lookup_code,
    'PO',
    po_headers..po_header_id,
    po_lines.po_line_id,
    po_line_locations.po_line_location_id,
    po_distributions.po_distribution_id,
    po_distributions.destination_organization_id,
    'TEST',
    'RCV',
    1234, --employee_id
    'RECEIVE',
    'RECEIVING',
    po_distributions.destination_organization_id,
    45074,
    'Standard'
    );

    Pl see your triplicate post here - PO Receipts Interface Error!!
    For urgent issues, pl open an SR with Support.
    Srini

Maybe you are looking for

  • Can't stream videos from Iphone 4 or Ipad 3 to apptv 3

    Folks need some help- I love Mac and all the products but I am having a bit of an unpleasant experience with my apple tv 3.  I have Iphone-4, Ipad 3rd gen, and Apple Tv 3rd gen.  I want to use airplay to stream videos from safari or netflix- but! I g

  • Save as PDF malfunction v10.5

    All of a sudden one of my favorite tools in the OSX arsenal, the built-in "save as PDF" function, stopped working. Before I could take any webpage and save as PDf without any problems. Now, althought it still gives me a PDF file, the file is corrupt

  • Aspect ratio converter

    Hello... a while ago on this forum i stumbled into a link to a nifty little java script for pixel aspect ratio convertion... i've got to scale down some 16:9 stuff into mpeg's. Anyone know the funky little converter I'm talking about... oh, and yes..

  • Unzip files

    Can someone please tell me if there is an easy way to unzip files with the hardware/software that comes with an Apple OSX SnowLeopard?  If so, I would appreciate very simple step by step instructions as to how to do this as I am fairly ignorant about

  • Firefox's interface font is stuck, and changing it in the Content Tab does nothing.

    Firefox is stuck using a custom system font I use that uses all caps, and it's proving to be really annoying when I try to input passwords and such. Changing the font in Firefox fixes nothing, changing the system font doesn't change the font under Fi