REG PO- INTERFACE in apps

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vamsioracle
    New Member
    • Jun 2007
    • 151

    REG PO- INTERFACE in apps

    hi all


    I ran Import Price Catalogs open interface to load data from interface tables into base tables (PO_Headers_all , PO_LINES_ALL and PO_DISTRIBUTION S_ALL).

    the program ran succesfully. Now is there a way to know that data has been successfully loaded into the base tables other than querying the base table itself. Please let me know.

    if there is any error , to which table the data goes. Because my program ran succesfully but i could not find the data.
    thank you
    vamsi
  • amitpatel66
    Recognized Expert Top Contributor
    • Mar 2007
    • 2358

    #2
    The best way is to check the source tables itself directly. Why you need to check the other way?

    The concurrent program submitted for PO upload from interface to base table, if it completes normal then the PO are successfully loaded. This is another way to check that concurrent program does not complete with WARNING or ERROR

    Comment

    Working...