API in EBS

Hi hussein.

We are implementing EBS R12 on our new client. They have other cultivated host applications that need
interface with the EBS, which means that they will exchange data. Homegrown apps are developed from SQL Server,
FoxPro and access.

How to make the exchange of data between these applications 'in House' and the EBS? My boss told me to use 'API '.
What are the "api"? Are these Oracle PL/SQL procedures and functions? Have you tried to use?
Can you give me Metalink notes/docs re: api?
Have you heard of homogeneous/heterogeneous connectivity?


Thank you very much

Mrs. k

Hello

How to make the exchange of data between these applications 'in House' and the EBS? My boss told me to use 'API '.
What are the "api"? Are these Oracle PL/SQL procedures and functions? Have you tried to use?
Can you give me Metalink notes/docs re: api?

Please see the links following/docs:

The API Oracle world
http://www.oracleappshub.com/EBS-suite/the-world-of-Oracle-API/

Oracle applications API
Re: Oracle applications API

Note: 166324.1 - which is an Application Programming Interface (API)?
https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=166324.1

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

Have you heard of homogeneous/heterogeneous connectivity?

Check out this link.

Distributed database architecture
http://download.Oracle.com/docs/CD/B28359_01/server.111/b28310/ds_concepts001.htm

Kind regards
Hussein

Tags: Oracle Applications

Similar Questions

  • Y at - there any API in EBS for updating the attributes columns on lines IN... ?

    Hi all

    I'm looking for some API which will help me to update the columns attribute on the lines of PO. I searched in metalink also but I have not found any idea for that.
    Help, please.



    Thank you
    Ravi Raj.

    API in general do not update or manipulate ATTRIBUTE columns from these customer data defined in the store. You will need to update these columns directly.

    year https://forums.Oracle.com/forums/Search.jspa?threadID=&q=attribute+and+API+and+Update&objid=C3&DateRange=Last & userID = & numResults = 15 & rankBy = 10001

    HTH
    Srini

  • How to get table name in EBS

    Hello friends,

    I use the EBS R12.2.4 application that is installed on the virtual machine.

    How to get the name of the table, front end or by connecting to sqlplus.

    This is the insert location API in EBS

    csi_hz_locations_pvt.create_location(
          p_api_version => 1.0 ,
          p_commit           => 'T',--fnd_api.g_true,
          p_init_msg_list    => 'F',--fnd_api.g_false,
            p_validation_level => 100,--fnd_api.g_valid_level_full,
          p_country         => :hz_locations.country,
          p_address1         => :hz_locations.address1,
          p_address2         => :hz_locations.address2,
          p_address3         => :hz_locations.address3,
          p_address4         => :hz_locations.address4,
          p_city             => :hz_locations.city,
          p_postal_code      => :hz_locations.postal_code,
          p_state            => :hz_locations.state,
          p_province         => :hz_locations.province,
          p_county           => :hz_locations.county,
                                         p_description      => :hz_locations.description,
          p_clli_code        => :hz_locations.clli_code,
                                         p_last_update_date => :hz_locations.last_update_date,
                                         p_last_updated_by  => :hz_locations.last_updated_by,
                                         p_creation_date    => :hz_locations.creation_date,
                                         p_created_by       => :hz_locations.created_by,
                                         p_created_by_module => l_created_by_module,
          x_location_id      => l_location_id,
          x_return_status    => l_return_status,
          x_msg_count        => l_msg_count,
          x_msg_data         => l_msg_data
                                        );
         if l_return_status = 'S' Then
            :hz_locations.location_id := l_location_id;
         Else
             IF ( FND_MSG_PUB.Count_Msg > 0) Then
                FOR i in 1..FND_MSG_PUB.Count_Msg LOOP
                         FND_MSG_PUB.Get( p_msg_index     => i,
                                          p_encoded       => 'F',
                                          p_data          => l_msg_data,
                                          p_msg_index_out => l_msg_index_out
                               );
                FND_MESSAGE.Set_String(l_msg_data);
                FND_MESSAGE.ERROR;
              End LOOP;
            End IF;
            Raise Form_Trigger_Failure;
          End IF;
    
    

    I want to find out in what table records inserted.

    EBS my application is on the server and I connected sqlplus using the System/Manager through PuTTY. I asked since

    all_objects
    
    

    table sqlplus but above all function does not exist.

    Help, please.

    Thank you

    Hello

    There are two methods to achieve this.

    1. you need to refer document eTRM oracle.

    2. open API in a tool like toad and get the details.

    Kind regards

    Jonathan

    Note: If response useful/correct, mark as such to make it easier for members of the community find answers that could help in a similar situation.

  • Using the EBS API from Apex application?

    Can anyone tell me any documentation on that?

    I'm looking into our options, we have a customer who is using management commands and want to create a web form through Apex at the entrance of all orders.

    I know we could build something and store data to an intermediate table of sorts, then call a program simultaneous to take data and create orders. But I was looking for a more effective method like calling the API (plsql packets) directly from the APEX page?

    I'm not sure if something along these lines is possible?

    Thoughts?

    Jeremy

    Hello

    You can call these APIs (plsql packets) directly from the APEX page?

    Yes you can, simply call the API to an Apex "after submit' process. This article (http://www.oracle.com/technology/products/database/application_express/pdf/apex_ebs_wp_cabot_consulting.pdf) has some details.

    How to configure your application is so important. Many of the more complex APIs require that the current scheme for the session's APPS and consequently the Apex application must be associated with the APPS schema so that the SQL is parsed as APPS.

    Also, for performance reasons, it is sometimes preferable for Apex validate and load data into a staging table and then use a process of Apex for the kickoff a custom concurrent application which runs in the background and calls the API to load the data into the tables of the EBS.

    Rod West

  • EBS API for value games

    Dear all,

    I want to know the API, which loads the data into sets of value. I create a set of values = ABC.

    Now I want to load the data from excel file, is there any API or Interface table.


    Thanks in advance.

    I want to know the API, which loads the data into sets of value. I create a set of values = ABC.

    Now I want to load the data from excel file, is there any API or Interface table.

    https://forums.Oracle.com/forums/search.jspa?threadID=&q=API+and+value+and+set&objid=C3&DateRange=all&userid=&NumResults=15&rankBy=10001

    Thank you
    Hussein

  • application background Oracle EBS/Apps adapter

    version: 12.1.3 (12 c)

    I am using Oracle EBS adapter to call the api of PL/SQL (PO_CHANGE_API1_S.UPDATE_PO) through integration rep.  I referred to the documentation for your card for Oracle Applications Concepts .  I have configured the following properties

    • jca.apps.Username
    • jca.apps.Responsibility
    • jca.apps.ORG_ID
    • jca.apps.RespApplication
    • jca.apps.SecurityGroup

    However, the appeal of the PLSQL API, get the error as

    < UPDATE_PO > 0 < / UPDATE_PO >

    -< X_API_ERRORS >

    -< MESSAGE_NAME >

    < MESSAGE_NAME_ITEM >PO_INVALID_DOC_IDS< / MESSAGE_NAME_ITEM >

    < / MESSAGE_NAME >

    -< MESSAGE_TEXT >

    < MESSAGE_TEXT_ITEM > your ID [Doc Id = & annual] document is invalid or not found. < / MESSAGE_TEXT_ITEM >

    < / MESSAGE_TEXT >

    -< table_name >

    < MESSAGE_NAME_ITEM > PO_HEADERS < / MESSAGE_NAME_ITEM >

    < / TABLE_NAME >

    -< nom_de_colonne >

    < MESSAGE_NAME_ITEM > PO_HEADER_ID < / MESSAGE_NAME_ITEM >

    < / nom_de_colonne >

    -< ENTITY_TYPE >

    < MESSAGE_NAME_ITEM xsi: Nil = "true" / >

    < / ENTITY_TYPE >

    -< ENTITY_ID >

    < ENTITY_ID_ITEM xsi: Nil = "true" / >

    < / ENTITY_ID >

    -< PROCESSING_DATE >

    < PROCESSING_DATE_ITEM > 2016-02-08T 19: 52:06.000 + 05:30 < / PROCESSING_DATE_ITEM >

    < / PROCESSING_DATE >

    -< MESSAGE_TYPE >

    < MESSAGE_TYPE_ITEM xsi: Nil = "true" / >

    < / MESSAGE_TYPE >

    < / X_API_ERRORS >

    Am I missing something here?

    Rgds

    Sen

    I resolved to myself. To restart the server solved the problem.

  • DRM of EBS GL (no merge)

    I've been here earlier describing the integration between DRM and eBS GL.  I found the interface boards and published directly to them the values and hierarchies and what seemed like the properties required of eBS.  I published an account hierarchy and all of the leaf members that are on this account hierarchy.

    We are trying to pick up the stored procedure from there, publish it to GL from there (on the tables GL_DRM_SEGVALUES_INTERFACE and GL_DRM_HIERARCHY_INTERFACE box) to the Base Oracle tables.  We have found the stored procedure but got some errors so far.

    Can anyone predict problems that we can meet or anticipate what are the mandatory fields?  One of the mistakes we have made is to set the summary indicator.

    Denz said earlier that the installation of the API with GL is "capricious" or something like that.

    Sheila

    Hi Sheila,

    I had know what the summary indicator me was at one time

    Unless something has changed the summary indicator is defined by the OracleGL.Parent property in DRM which should hopefully be mapped in the DRM export used to populate the tables of GL interface. 1603836.1 Note that I wrote after having solved my headache with a problem of integration of DRM is an explanation of how this DRM property is developed.

    I do not agree with Denz DRM web service configuration and integration with EBS GL can be quite difficult at times, but once it is up and running is usually strong enough in my experience. If above doesn't help if let us know the errors being considered and anyone must be able to provide pointers, I think.

    Concerning

    Craig

  • How to print to the EBS diagnostics page

    Hello

    How to print the visible control on the R12 EBS diagnostics page?

    For example, I use System.out.println or something else?

    I tried different options in EBS for "journal of show on screen ' including the level"Instruction"but output from System.out.println do not appear."

    Any idea?

    Thank you!

    It is an instance of AppsContext, this was confirmed by the mentioned guide, where the method mentioned by Johny is also documented, for example:

    OAPageContext and OADBTransaction API

    The oracle.apps.fwk.util.OAPageContext and oracle.apps.fwk.util.OADBTransaction classes delegate call log to the AppsLog class. To make calls of logging in a user interface controller, use OAPageContext. To make an application module logging calls, use OADBTransaction.

    The main logging provided API are:

    isLoggingEnabled (int logLevel)

    writeDiagnostics (module object, String messageText, int logLevel)

  • E-mail of the eBS XML editor

    We R12.1.3 eBS with the XML Editor, and generate reports using models created with MS Word to RTF. Is - this any way/API, to send the output from the XML Editor to get the list of receivers.

    Thank you

    Alex

    Check this box

    http://apps2fusion.com/at/49-PK/250-bursting-in-XML-bi-Publisher3

    https://knoworacleapp.WordPress.com/tag/sample-XML-bursting-control-file-code/

  • Define a Message via the WF API response

    Hello

    In E-Business Suite R12, we are asked to develop an application ADF where users can manage all communications through WebCenter Portal without having to navigate to Notification of BSE so pages without leaving the portal, users will be able to handle all notifications. All the features presented by EBS are expected to be implemented as repeat message, reply to a message, set attributes, prompting users

    First question: this approach makes sense? namely, develop completely custom warning page

    Second Question: What api should I use to manage responses (next to the codes) to get the user invited to transition purposes?

    Concerning

    Umit Sadeguzel

    above code works when validation is added

    BEGIN

    wf_notification. SetAttrText(123123,'RESULT','Approved'); -first param notf_id, second param is fixed value 'RESULT' for ntfs, last param is the performer approve or reject button clicks, this setting must be the search code (internal name) which means that do not (to which artist is rendered)

    wf_notification. RESPOND(123123,'USERNAME');

    commit;

    END;

  • API public Oracle for loads of Internet - approval and reject functionality

    Hello

    Is there a public API to Oracle for expense - approval and reject functionality?

    I couldn't find one, the only way to reproduce the functionality of the EBS is using workflow.

    I'm looking at one for EBS - R12.1 and R12.2.

    Thank you

    Rohit

    Had opened a SR with Oracle Support to find out if there is a public API for the expense report - approval and reject functionality.

    Currently there is no, but Oracle has open an enhancement request.

    Bug 20423007 : PUBLIC FOR APPROVAL of SPENDING INTERNET API - APPROVE AND REJECT FEATURES

    If you are looking for the note of fresh - approve and reject the public API, please refer to the enhancement request.

    Thank you

    Rohit

  • HRMS Oracle EBS absence request

    Hello

    I'm trying to recover the history of the absence of a specific person (approved, pending, rejected, go back to the Correction).

    I am just new on EBS and PL/SQL. I found on the net some useful sql queries but I understand fully sense.

    The following query is to find the approved absence:

    SELECT pat. name        absence_type

           AAP . date_start leave_start_date

           AAP . date_end    leave_end_date,

           AAP . absence_days ,

           AAP . abs_information_category ,

           AAP . abs_information2 ,

           AAP . abs_information3 ,

           AAP . abs_information4

    DE per_absence_attendances AAP

    per_absence_attendance_types pat

    per_all_people_f women's wear

      paa. absence_attendance_type_id = pat. absence_attendance_type_id

           AND papf. person_id = paa. person_id

           AND Trunc (paa. date_start ) BETWEEN Trunc (papf. effective_start_date ) AND

                                              Trunc (papf. effective_end_date )

    -I removed the following section

    / * AND TRUNC (p_date) BETWEEN TRUNC (paa.date_start)
    AND TRUNC (NVL (paa.date_end,
    PAA.date_start
    )
    )
    */

           AND papf. person_id = :p_person_id;

    Correct me if I'm wrong, what I understand of this application is that if absence start date is between the effective date of the employee in the per_all_people_f table his request for a leave of absence is approved? And there is no aspect of the supervisor and posting here?

    The ongoing absence request, to query the tables:


    HR_API_TRANSACTIONS

    HR_API_TRANSACTION_STEPS

    HR_API_TRANSACTION_VALUES

    and hr_api_transactions.status = 'Y '.

    The other found State:

    'IR' = return of correction

    'E' = error

    but that means 'W' and had "?"

    And how do I get the absence rejected by the contractor?


    HR_API tables, I understand that self-service is used.

    When you create the request on self-service, happening in HR_API TABLES, and a WF is launched for the approval process.

    Once the WF is lance, the api.status has the value 'W' on hr_api_transactions, and a part of the WF and the keys are saved. If approved, the information used to create a record in per_absence_attendances.

    Now, to your questions:

    Correct me if I'm wrong, what I understand of this application is that if absence start date is between the effective date of the employee in the per_all_people_f table his request for a leave of absence is approved? And there is no aspect of the supervisor and posting here?

    If there is a record in the table of absences, it is approved. The range of date condition is to identify the person's record at the date of the absence. Assignment information is stored on per_all_assignments_f, where the controller id is stored.

    The ongoing absence request, to query the tables:

    HR_API_TRANSACTIONS

    HR_API_TRANSACTION_STEPS

    HR_API_TRANSACTION_VALUES

    and hr_api_transactions.status = 'Y '.

    The other found State:

    'IR' = return of correction

    'E' = error

    but that means 'W' and had "?"

    And how do I get the absence rejected by the contractor?

    I use the following to identify in the absence of process applications (somehow the editor added some formatting of table):

    AND api.status NOT IN (A ',' E ',' CA ')
    (hr_absutil_ss.getabsencetype(api.transaction_id,) IS NULL AND not api .status = 'W')

    the other statutes are transient, in my opinion, and you should not worry about their.

    The rejection, the API tables information is deleted, if you want to dig into it, I think that you might want to then rely on workflow tables, if he is not already served.

    Note: If you are looking for a complete story you must also consider item post absence balances (again, the formatting is a failure):

    -Select / * + leading (AAP) * / nvl (fnd_number.canonical_to_number (pev.screen_entry_value), 0),
    Select nvl (fnd_number.canonical_to_number (pev.screen_entry_value), 0),- bug 7579341, tip removed
    PEV.effective_start_date,
    PEV.effective_end_date
    of pay_element_entry_values_f EPI,.
    pay_element_entries_f wee,
    per_all_assignments_f AAP,
    per_absence_attendance_types abt
    where pev.element_entry_id = pee.element_entry_id
    and pev.input_value_id = abt.input_value_id
    and pee.assignment_id = paa.assignment_id
    and paa.person_id = p_person_id
    and abt.absence_attendance_type_id = p_absence_attendance_type_id
    - and pee.creator_type <> 'A' - Bug 4422696
    and pee.creator_type No in('A','EE','NR','PR','R','RR') - Bug 4422696
    and pee.element_type_id =
    (select pet.element_type_id
    of animal pay_element_types_f.
    pay_input_values_f piv
    where abt.input_value_id = piv.input_value_id
    and piv.element_type_id = pet.element_type_id
    and p_date_to between piv.effective_start_date
    and piv.effective_end_date
    and p_date_to between pet.effective_start_date
    and pet.effective_end_date)
    and p_date_to between paa.effective_start_date
    and paa.effective_end_date
    and paa.primary_flag = 'Y '.
    and pee.effective_start_date<= p_date_to="" ;="">
  • Upgrade 10g (10.2.0.5) 9i (9.2.0.6) EBS database on Linux

    Hello

    I'm upgrading database EBS (11.5.10.2) 9i (9.2.0.6) to 10g (10.2.0.5) NON-RAC.

    After the upgrade of the database to 10g, I found...

    Status of the component Version hh

    Server database Oracle VALID 10.2.0.5.0 00:44:35

    JServer JAVA Virtual Machine VALID 10.2.0.5.0 00:06:40

    Oracle XDK VALID 10.2.0.5.0 00:05:35

    Oracle database Java packages VALID 10.2.0.5.0 00:00:20

    Oracle Text VALID 10.2.0.5.0 00:01:31

    The database Oracle XML VALID 10.2.0.5.0 00:01:32

    Oracle Real Application Clusters INVALID 10.2.0.5.0 00:00:01

    Oracle Data Mining VALID 10.2.0.5.0 00:00:25

    OLAP Analytic Workspace VALIDATES 10.2.0.5.0 00:00:23

    OLAP catalog VALID 10.2.0.5.0 00:01:25

    Oracle OLAP API VALID 10.2.0.5.0 00:00:48

    Oracle interMedia 10.2.0.5.0 VALID 00:04:45

    10.2.0.5.0 INVALID space 00:03:42

    So I ran utlrp.sql, INVALID objects here 235, what do I do now? I can leave it like that?

    No error in catupgrd.log.

    Thank you.

    FYI...

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    APPS EDW_MRP_FORECAST_M_C INVALID BODY PACKAGE
    APPS EDW_MRP_DM_CLS_M_C INVALID BODY PACKAGE
    APPS EDW_HR_SERVICE_M_C INVALID BODY PACKAGE
    APPS EDW_HR_RQN_VCNCY_M_C INVALID BODY PACKAGE
    APPS EDW_HR_REC_ACT_M_C INVALID BODY PACKAGE
    APPS EDW_HR_REASON_M_C INVALID BODY PACKAGE
    APPS EDW_HR_PRSN_TYP_M_C INVALID BODY PACKAGE
    APPS EDW_HR_POSITION_M_C INVALID BODY PACKAGE
    APPS EDW_HR_MVMNT_TYP_M_C INVALID BODY PACKAGE
    APPS EDW_HR_JOBS_M_C INVALID BODY PACKAGE
    APPS EDW_HR_GRADE_M_C INVALID BODY PACKAGE

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    APPS EDW_HR_ASSGNMNT_M_C INVALID BODY PACKAGE
    APPS EDW_HR_ASG_CHNG_M_C INVALID BODY PACKAGE
    APPS EDW_HR_AGE_BAND_M_C INVALID BODY PACKAGE
    APPS EDW_GEOGRAPHY_M_C INVALID BODY PACKAGE
    APPS CS_WF_ACTIVITIES_PKG INVALID BODY PACKAGE
    PJI_FP_ORGO_ET_WT_F_MV APPS MATERIALIZED VIEW INVALID
    PJI_FP_ORGO_F_MV APPS MATERIALIZED VIEW INVALID
    BIL_BI_FST_PG_MV APPS MATERIALIZED VIEW INVALID
    BIL_BI_OP21_G_MV APPS MATERIALIZED VIEW INVALID
    ENI_DBI_PRC_SUM1_MV APPS MATERIALIZED VIEW INVALID
    BIL_BI_OP12_PG_MV APPS MATERIALIZED VIEW INVALID

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    BIL_BI_FST_G_MV APPS MATERIALIZED VIEW INVALID
    BIL_BI_OPLDC_G_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_MKT_FCT_MV APPS MATERIALIZED VIEW INVALID
    BIL_BI_OPLPC_G_MV APPS MATERIALIZED VIEW INVALID
    ENI_RES_3_MV APPS MATERIALIZED VIEW INVALID
    POA_BM_ITEM_S_MV APPS MATERIALIZED VIEW INVALID
    POA_IDL_BS_MV APPS MATERIALIZED VIEW INVALID
    POA_POD_BS_MV APPS MATERIALIZED VIEW INVALID
    POA_MID_BS_MV APPS MATERIALIZED VIEW INVALID
    POA_RTX_BS_MV APPS MATERIALIZED VIEW INVALID
    FII_AP_LIA_KPI_MV APPS MATERIALIZED VIEW INVALID

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    BIM_I_CPB_CHNL_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_CPB_METS_MV APPS MATERIALIZED VIEW INVALID
    BIM_MKT_LD_CCAT_MV APPS MATERIALIZED VIEW INVALID
    BIM_MKT_LD_CHNL_MV APPS MATERIALIZED VIEW INVALID
    BIM_MKT_LD_QUAL_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_CPB_REGN_MV APPS MATERIALIZED VIEW INVALID
    BIM_MKT_CHNL_MV APPS MATERIALIZED VIEW INVALID
    BIM_MKT_KPI_CNT_MV APPS MATERIALIZED VIEW INVALID
    BIM_MKT_LD_SRC_MV APPS MATERIALIZED VIEW INVALID
    BIM_MKT_REGN_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_033_MV APPS MATERIALIZED VIEW INVALID

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    OKI_SRM_035_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_031_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_032_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_034_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_038_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_036_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_039_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_037_MV APPS MATERIALIZED VIEW INVALID
    ENI_RES_5_MV APPS MATERIALIZED VIEW INVALID
    ENI_RES_2_MV APPS MATERIALIZED VIEW INVALID
    APPS OPI_EDW_UOM_CONV_F_C INVALID BODY PACKAGE

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    APPS OPI_EDW_OPM_JOB_RSRC_F_C INVALID BODY PACKAGE
    APPS OPI_EDW_OPM_JOB_DETAIL_F_C INVALID BODY PACKAGE
    APPS OPI_EDW_OPMINV_DAILY_STAT_F_C INVALID BODY PACKAGE
    APPS OPI_EDW_OPMCOGS_F_C INVALID BODY PACKAGE
    APPS OPI_EDW_COGS_F_C INVALID BODY PACKAGE
    APPS ISC_EDW_BOOK_SUM1_F_C INVALID BODY PACKAGE
    APPS HR_EDW_WRK_CMPSTN_F_C INVALID BODY PACKAGE
    APPS FII_PA_UOM_CONV_F_C INVALID BODY PACKAGE
    APPS FII_PA_REVENUE_F_C INVALID BODY PACKAGE
    APPS FII_PA_COST_F_C INVALID BODY PACKAGE
    APPS FII_PA_BUDGET_F_C INVALID BODY PACKAGE

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    APPS FII_AR_TRX_DIST_F_C INVALID BODY PACKAGE
    APPS FII_AR_E_REVENUE_F_C INVALID BODY PACKAGE
    APPS FII_AP_SCH_PAYMTS_F_C INVALID BODY PACKAGE
    APPS FII_AP_INV_PAYMTS_F_C INVALID BODY PACKAGE
    APPS FII_AP_INV_ON_HOLD_F_C INVALID BODY PACKAGE
    APPS FII_AP_INV_LINES_F_C INVALID BODY PACKAGE
    APPS FII_AP_HOLD_DATA_F_C INVALID BODY PACKAGE
    APPS EDW_POA_SPLRITEM_M_C INVALID BODY PACKAGE
    APPS EDW_POA_LN_TYPE_M_C INVALID BODY PACKAGE
    APPS EDW_ORGANIZATION_M_C INVALID BODY PACKAGE
    APPS EDW_OPI_PRDL_M_C INVALID BODY PACKAGE

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    APPS EDW_OPI_OPRN_M_C INVALID BODY PACKAGE
    APPS EDW_OPI_LOT_M_C INVALID BODY PACKAGE
    APPS EDW_OPI_ACTV_M_C INVALID BODY PACKAGE
    APPS EDW_MTL_INVENTORY_LOC_M_C INVALID BODY PACKAGE
    APPS EDW_MRP_PLAN_M_C INVALID BODY PACKAGE
    BIM_I_LD_REGN_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_LP_GEN_SG_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_LP_QUAL_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_LP_SRC_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_LP_REGN_MV APPS MATERIALIZED VIEW INVALID
    BIM_OBJ_LD_QUAL_MV APPS MATERIALIZED VIEW INVALID

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    OKI_RS_GROUP_MV APPS MATERIALIZED VIEW INVALID
    BIV_ACT_H_SUM_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_LD_BASE_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_LP_BASE_MV APPS MATERIALIZED VIEW INVALID
    ENI_DBI_CO_ALL_MV APPS MATERIALIZED VIEW INVALID
    HRI_DBI_SAL_SUPJOB_MV APPS MATERIALIZED VIEW INVALID
    HRI_DBI_SAL_CTR_MV APPS MATERIALIZED VIEW INVALID
    HRI_DBI_WMV_CIT_MV APPS MATERIALIZED VIEW INVALID
    HRI_DBI_SAL_CIT_MV APPS MATERIALIZED VIEW INVALID
    HRI_DBI_WMV_SUPJOB_MV APPS MATERIALIZED VIEW INVALID
    HRI_DBI_WMV_CTR_MV APPS MATERIALIZED VIEW INVALID

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    BIM_I_LD_CHNL_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_LD_CCAT_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_LD_QUAL_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_LD_GEN_SG_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_LP_CCAT_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_LD_SRC_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_LP_CHNL_MV APPS MATERIALIZED VIEW INVALID
    HRI_DBI_WMV_COUNT_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_LD_AGE_QU_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_LD_AGE_SG_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_LD_GENSG_T_MV APPS MATERIALIZED VIEW INVALID

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    IBE_BI_TOP_CUST_MV APPS MATERIALIZED VIEW INVALID
    FII_AP_INV_B_MV APPS MATERIALIZED VIEW INVALID
    IBE_BI_TOP_PROD_MV APPS MATERIALIZED VIEW INVALID
    ISC_DBI_SCR_002_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_022_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_024_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_021_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_026_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_027_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_023_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_011_MV APPS MATERIALIZED VIEW INVALID

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    OKI_SRM_012_MV APPS MATERIALIZED VIEW INVALID
    ISC_DBI_PM_0003_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_013_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_018_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_040_MV APPS MATERIALIZED VIEW INVALID
    POA_PQC_BS_MV APPS MATERIALIZED VIEW INVALID
    OPI_PGM_SUM_MV APPS MATERIALIZED VIEW INVALID
    BIM_MKT_KPI_F_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_MKT_CPB_MV APPS MATERIALIZED VIEW INVALID
    ENI_DBI_PRC_SUM2_MV APPS MATERIALIZED VIEW INVALID
    BIL_BI_OP22_G_MV APPS MATERIALIZED VIEW INVALID

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    BIL_BI_OPLPC_GC_MV APPS MATERIALIZED VIEW INVALID
    BIL_BI_OPLDC_GC_MV APPS MATERIALIZED VIEW INVALID
    BIM_I_OBJ_METR_MV APPS MATERIALIZED VIEW INVALID
    FII_AP_HHIST_I_MV APPS MATERIALIZED VIEW INVALID
    FII_AP_HCAT_I_MV APPS MATERIALIZED VIEW INVALID
    FII_GL_MGMT_PRD_MV APPS MATERIALIZED VIEW INVALID
    FII_AP_IVATY_XB_MV APPS MATERIALIZED VIEW INVALID
    FII_GL_MGMT_CCC_MV APPS MATERIALIZED VIEW INVALID
    FII_AP_MGT_KPI_MV APPS MATERIALIZED VIEW INVALID
    OKI_SRM_002_MV APPS MATERIALIZED VIEW INVALID
    OPI_SCRAP_SUM_MV APPS MATERIALIZED VIEW INVALID

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    OPI_PTP_SUM_F_MV APPS MATERIALIZED VIEW INVALID
    OPI_PGM_GRP_MV APPS MATERIALIZED VIEW INVALID
    POA_PQC_BS_J2_MV APPS MATERIALIZED VIEW INVALID
    BIX BIX_DM_GROUP_SUM_MTH_MV MATERIALIZED VIEW INVALID
    BIX BIX_DM_AGENT_SUM4_MV MATERIALIZED VIEW INVALID
    EDWREP OWB_LOCK INVALID BODY PACKAGE
    PTG MYGEOCODER INVALID FUNCTION
    EUL PUBLIC $FUNCTION_ARGUMENTS INVALID SYNONYM
    EUL PUBLIC $FONCTIONS INVALID SYNONYM
    EUL PUBLIC $EXPRESSION_DEPENDENCIES INVALID SYNONYM
    EUL PUBLIC $EXPRESSIONS INVALID SYNONYM

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    EUL PUBLIC $EUL_USERS INVALID SYNONYM
    EUL PUBLIC $DOMAIN_VALUES INVALID SYNONYM
    EUL PUBLIC $DOMAINES INVALID SYNONYM
    EUL PUBLIC $DATE_HIERARCHY_NODES INVALID SYNONYM
    EUL PUBLIC $BA_BA_LINKS INVALID SYNONYM
    EUL PUBLIC $JC_JOIN_LINKS INVALID SYNONYM
    EUL PUBLIC $IG_EXP_LINKS INVALID SYNONYM
    EUL PUBLIC $ID_SEQ INVALID SYNONYM
    EUL PUBLIC $HIERARCHY_SEGMENTS INVALID SYNONYM
    EUL PUBLIC $HIERARCHY_NODES INVALID SYNONYM
    EUL PUBLIC $HIÉRARCHIES INVALID SYNONYM

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    EUL PUBLIC $GET_FOLDER_NAME INVALID SYNONYM
    EUL PUBLIC $FUN_FC_LINKS INVALID SYNONYM
    EUL PUBLIC $FUNCTION_CATEGORIES INVALID SYNONYM
    EUL PUBLIC $VERSIONS INVALID SYNONYM
    EUL PUBLIC $VBH_IT_LINKS INVALID SYNONYM
    EUL PUBLIC $SUMMARY_TABLE_DEFINITIONS INVALID SYNONYM
    EUL PUBLIC $SUMMARY_REFRESH_SETS INVALID SYNONYM
    EUL PUBLIC $SUMMARY_REFRESH_INTERVALS INVALID SYNONYM
    EUL PUBLIC $SUMMARY_OBJECTS INVALID SYNONYM
    EUL PUBLIC $SUMMARY_ITEM_USAGES INVALID SYNONYM
    EUL PUBLIC $SUMMARY_ELEMENT_EXCLUSIONS INVALID SYNONYM

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    EUL PUBLIC $SUMMARY_DESIGN_ELEMENTS INVALID SYNONYM
    EUL PUBLIC $SUMMARY_BITMAPS INVALID SYNONYM
    EUL PUBLIC $SUB_QUERY_CORRELATIONS INVALID SYNONYM
    EUL PUBLIC $SUB_QUERIES INVALID SYNONYM
    EUL PUBLIC $QPP_STATISTICS INVALID SYNONYM
    EUL PUBLIC $QPP_ITEM_STATISTICS INVALID SYNONYM
    EUL PUBLIC $PLAN_TABLE INVALID SYNONYM
    EUL PUBLIC $OG_OBJ_LINKS INVALID SYNONYM
    EUL PUBLIC $OBJS INVALID SYNONYM
    EUL PUBLIC $OBJECT_SQL_SEGMENTS INVALID SYNONYM
    EUL PUBLIC $OBJECT_JOIN_USAGES INVALID SYNONYM

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    EUL PUBLIC $OBJECT_GROUPS INVALID SYNONYM
    EUL PUBLIC $OBJECT_DEPENDENCIES INVALID SYNONYM
    EUL PUBLIC $NMSDO_JC_USAGES INVALID SYNONYM
    EUL PUBLIC $KEY_CONSTRAINTS INVALID SYNONYM
    EUL PUBLIC $JOIN_COMBINATIONS INVALID SYNONYM
    EUL PUBLIC $APPLICATION_PARAMETERS INVALID SYNONYM
    EUL PUBLIC $ACCESS_PRIVILEGES INVALID SYNONYM
    INVALID DISCOVERER_GRANTS PUBLIC SYNONYM
    INVALID DISCOVERER_DOCS PUBLIC SYNONYM
    INVALID DISCOVERER_ALL_DOCS PUBLIC SYNONYM
    DISCOVERER_SEQ PUBLIC SYNONYM INVALID

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    CIF_USER_ROLES_V PUBLIC SYNONYM INVALID
    CIF_USERS_V PUBLIC SYNONYM INVALID
    CIF_SUBSCRIBERS_V PUBLIC SYNONYM INVALID
    CIF_SOURCE_V PUBLIC SYNONYM INVALID
    CIF_SEED_LISTS_V PUBLIC SYNONYM INVALID
    CIF_SECURITY PUBLIC SYNONYM INVALID
    CIF_QUERY_BOOKS_V PUBLIC SYNONYM INVALID
    CIF_PROM_OFFER_PRODUCTS_V PUBLIC SYNONYM INVALID
    CIF_PROM_OFFERS_V PUBLIC SYNONYM INVALID
    CIF_PROMOTIONS_V PUBLIC SYNONYM INVALID
    CIF_PROMOTION PUBLIC SYNONYM INVALID

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    CIF_PROFILE PUBLIC SYNONYM INVALID
    CIF_PRODUCTS_V PUBLIC SYNONYM INVALID
    CIF_PRICELISTS_V PUBLIC SYNONYM INVALID
    CIF_ORGANIZATIONS_V PUBLIC SYNONYM INVALID
    CIF_MTL_SYSTEM_ITEMS_V PUBLIC SYNONYM INVALID
    CIF_MESSAGE PUBLIC SYNONYM INVALID
    CIF_MARKET_SEGMENTS_V PUBLIC SYNONYM INVALID
    CIF_FND_USER PUBLIC SYNONYM INVALID
    CIF_FND_RESPONSIBILITY PUBLIC SYNONYM INVALID
    CIF_FND_PROFILE PUBLIC SYNONYM INVALID
    CIF_FND_GLOBAL PUBLIC SYNONYM INVALID

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    CIF_FND_CLIENT_INFO PUBLIC SYNONYM INVALID
    CIF_CUSTOMERS_V PUBLIC SYNONYM INVALID
    CIF_CONTACTS_V PUBLIC SYNONYM INVALID
    CIF_COLLATERAL_MGR PUBLIC SYNONYM INVALID
    CIF_ACCOUNTS_V PUBLIC SYNONYM INVALID
    DEBUG_CARTX PUBLIC SYNONYM INVALID
    SENDMESSAGE PUBLIC SYNONYM INVALID
    LAUNCH_PORTAL PUBLIC SYNONYM INVALID
    LOGOFF_PORTAL PUBLIC SYNONYM INVALID
    ISUPPORT_API PUBLIC SYNONYM INVALID
    PORTAL_TAB_API PUBLIC SYNONYM INVALID

    STATUS OF TYPE OBJECT OWNER
    --------------- -------------------------------------------------- ------------------ ----------
    EMAIL_TO_RESOLUTION PUBLIC SYNONYM INVALID
    PORTAL_CONTENT PUBLIC SYNONYM INVALID
    DEFCALL VIEW INVALID SYSTEM
    MYGEOCODER INVALID FUNCTION WIRELESS

    235 selected lines.

    The status of 'INVALID' for the "Oracle Real Application Clusters" component is normal if you have not set up a RAC.

    For objects not valid EDW, please make sure that you implement the step "Recreate custom database links (conditional)", in (Doc ID 362203.1)

    For the rest of the invalid objects, see:

    How to validate IFI packages not valid? (Doc ID 1108214.1)

    Invalid objects for Modules EDW and IFI (Doc ID 412032.1)

    Large number of non-materialized views valid after Migration from 32-bit to 64-bit (Doc ID 1423709.1)

    11i: "ORA-00995: synonymous with missing or invalid identifier" error during recompiling invalid synonyms after Database Upgrade (Doc ID 380480.1)

    Thank you

    Hussein

  • Check the tables in EBS

    Hello

    I use Oracle R12.

    Is oracle's hold no audit tables to track every transaction through EBS. For example, if I delete a folder of contacts using the Oracle table seeds API and validation, then it is not only the data but also the details of the transaction is completely lost.

    My requirement is that I need to check the changes that happened in some paintings, whether create, update or delete transactions.

    Is this possible? Is Oracle any method to achieve this?

    Thank you

    Anoop

    The audit is closed as default. You can open it to a user or users, or any database, but you should consider the number of rows will be inserted by the audit of the process. You may have too many lines according to your amount of the transaction.

    http://www.Oracle-base.com/articles/10G/auditing-10gR2.php

    Concerning

  • How to remove future changes in the person of Info via API

    Hello

    We use the EBS 11i. I want to know if there are any API call that can remove specific date changes in the information of the person for any worker.

    for example record created on January 1, 2012

    change person made November 1, 2013 through API information

    now a few reasons we want to remove these changes we did November 1, 2013.

    Kind regards

    Ali

    Hi Ali,

    You can use the same API, say HR_PERSON_API. update_person and pass date_track as UPDATE_OVERRIDE mode

    Update and correct the Information Datetracked (Oracle HRMS help)

    In your case, you can change the date as the start_date the first record and use UPDATE_OVERRIDE.

    See you soon,.

    Vignesh

Maybe you are looking for