definition of PeopleSoft tables

Hello
where can I find the definitions (meaning of each column) of the table of peoplesoft tables especially PSPRCSRQST?
Thank you.

Can be "PeopleSoft General Discussion" Forum users can provide related information or links to find the same.

PeopleSoft general discussion

Kind regards
Sabdar Syed.

Tags: Database

Similar Questions

  • PeopleSoft tables

    Hi all

    When I want to know a table of oracle database and its purpose, I will here:

    Online Oracle Database Documentation 11g Release 2 (11.2)

    and look for the name of the table.

    And I find for example:

    V$ SESSION poster session for each current session information.

    Description of data type of column

    Address of the Session RAW(4 | 8) SADDR

    Session NUMBER SID identifier

    ................................................................................

    ...............................................................................

    But for PeopleSoft as PSOPRDEFN or PSDBOWNER or any other tables where can I find information?

    Thank you.

    This means that there is no general reference to the tables. Poor PeopleSoft :=((

  • Question about the definition of a table null vs defining each element null in the table and the recording of memory.

    Hello

    I try to avoid any kind of memory leaks or problems of garbage collection.

    public class test {}

    var anArray:Array;

    .

    .

    .

    public void addObjects() {}

    anArray = new Array();

    anArray [0] = new Something();

    anArray [1] = new Something();

    anArray [2] = new Something();

    for (var i: int = 0; i < anArray.length) {}

    anArray [i] .addEventListener (MouseEvent.CLICK, doSomething);
    addChild (anArray [i]);

    }

    }

    private void doSomething(event:MouseEvent) {}

    for (var i: int = 0; i < anArray.length; i ++) {}

    anArray [i] .removeEventListener (MouseEvent.CLICK, doSomething);

    removeChild (anArray [i]);


    }


    anArray = null;


    }


    }

    Is it effective or should I register "anArray [i] = null" after 'removeChild (anArray [i])' in the loop of my doSomething(event:MouseEvent) function?


    Sorry if my question is confusing and I thank you in advance.

    If there is no other reference to new Something() instances, other elements of the array, removing (or assignment a = []) should work.

  • Changing the definition of table PS_TXN use SECUREFICHIERS

    Fusion Middleware Version: 11.1.1.7

    WebLogic: 10.3.6.0

    JDeveloper Build JDEVADF_11.1.1.7.0_GENERIC_130226.1400.6493

    Project: Custom Portal Application WebCenter integrated with ADF custom workflows.

    During our ADF application performance tests, we noticed that a lot of contention on the LOB segments for the table PS_TXN (supports transactions State passivation/activation).

    Movement of the LOB segment to use Oracle SECUREFICHIERS, most other tweaks to the definition of the table showed significantly reduce the contention as providing a much higher throughput for read and write operations.

    To implement these changes, we would like to modify the ADF internal script that creates the table in the first place rather manually, dropping the table or by using the online table reorganization.

    This approach is documented, and suggests that this can be done my edit script "adfbc_create_statesnapshottables.sql" located under the directory MIDDLEWARE_HOME/oracle_common/sql $.  We tried it, but after letting off the table in a test environment, ADF is re - create the table using the original definition when the application is done after the operation first move.

    The same scenario can also be found under $MIDDLEWARE_HOME/oracle_common/modules/oracle.adf.model_11.1.1/bin however edit this file also makes no difference.

    Does anyone know what script ADF uses to create the table, or if this is now coded in a class file or some other mechanism?

    Automatic creation of table PS_TXN is hardcoded in the oracle.jbo.pcoll.OraclePersistManager class. Have a look at the statements at the end of the OraclePersistManager.createTable () method (in line 904 according to my decompiler). Other SQL statements (for example to drop the table, to the updates/insertions/deletions in the table, etc.) are defined inside the class oracle.jbo.pcoll.TransactionTableSqlStrings. You can find these classes within $MIDDLEWARE_HOME/oracle_common/modules/oracle.adf.model_11.1.1/adfm.jar.

    If your database is not Oracle, but DB2 or MS SQL Server, then you should look at the classes oracle.jbo.pcoll.pmgr.DB2PersistManager and oracle.jbo.pcoll.pmgr.SQLServerPersistManager respectively.

    You can override the default value PersistManager (create a new class that extends oracle.jbo.pcoll.OraclePersistManager and override/change the createTable() method), and then specify the new class in the AOS "jbo.pcoll.mgr" configuration property CreateTable() method has a package-level visibility, it would be very easy to do. This approach is delicate and the efforts needed to make does not, in my opinion. If I were you, I would be to pre-create the necessary tables in PS_TXN updated the manually.

    Dimitar

    PS Scripts SQL "adfbc_create_statesnapshottables.sql" aims to be used by advanced users who want to create their paintings previously manually. These scripts are not used by the infrastructure when it automatically creates the necessary tables.

  • Add 'jump 1' to the definition of the external table after...?

    I created several external new definitions from file table definitions, but when the 'production' files have been created have now a header row at the top which should be ignored for not to be taken as data.

    Is there a way to "Edit" the file or definition the definition of the external table to add the mention "jump 1' without having to recreate the definition file to re-import the file and then recreate the external table?

    I remember there is a place in the file import process that asks the number of lines to skip.

    Thank you very much!!

    -gary

    P.S. This is indeed an OWB 10.1.0.4 environment but I guess he would hold even to 11g as well. :-)

    Hi Gary,.
    It seems OWB10g R1 does not setting property to jump (for the creation of the external table or SQL * Loader control file).

    But for OWB10g R2 and later it is possible:
    (1) in the Properties window of the file on the general tab, change "number of lines to skip.
    (2) synchronize the corresponding external table and deploy

    Kind regards
    Oleg

  • definition of tables sweet people

    Hello
    where can I find the definition of the tables sweet people?
    Something like that for example the oracle tables:
    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14237/dynviews_1131.htm#REFRN30105
    V$INSTANCEThis view displays the state of the current instance.
    
    Column Datatype Description 
    INSTANCE_NUMBER NUMBER Instance number used for instance registration (corresponds to the INSTANCE_NUMBER initialization parameter) 
    See Also: "INSTANCE_NUMBER"
     
    INSTANCE_NAME VARCHAR2(16) Name of the instance 
    HOST_NAME VARCHAR2(64) Name of the host machine 
    VERSION VARCHAR2(17) Database version 
    .......................
    ............................
    .................................
    Thanks a lot before.

    You asked the same question in August ' 08, please consult your own thread:
    Re: The definition of column in table PSPRCSRQST

    Nicolas.

  • dynamic table takes very long time to compile

    Hello

    in a small program, I need to create a wide range:

    FIXED-SIZE ARRAY:
    [27] Char hash [26] [999] [99] [16];

    But not in all cases, the last item in the hash table has a value (string
    15 bytes), so I want to create a dynamic array to save memory.

    TABLE SIZE DYNAMICS:
    char * hashtable [27] [26] [999] [99];
    .......
    If (strlen (hash_string)) hashtable [a] [b] [c] [d] = malloc (sizeof (char) *)
    (strlen (hash_string) + 1)) ;

    .......

    In debug mode:

    If I compile the program with the array of fixed size, all working properly and
    the program runs immediately

    If I compile the same program with the table dynamically (and using malloc)
    It really takes time to compile. It seems that the program freezes,
    But if I wait quite a long time (several minutes), the program runs

    I am using CVI 2009

    Any ideas why it takes so long if I use dynamic memory?

    Thanks in advance,

    Norbert Rieper
    Bremerhaven

    When CVI compiles the file in a configuration of debugging with debugging level value Standard or extended, then we allocate data protection user to track the State of each pointer in the table. For each of the pointer values 69 million that we allocate data to add to your executable file to control execution. These allowances are initially the apparent blow.

    There are several ways to prevent CVI to distribute all of these additional data.

    (1) change the level of debugging "no run-time checking.

    (2) change the base type of the array of ' char *' to 'size_t '. You must also add a cast to all the references to the elements of the array.

    (3) select it's Enable. Obj option' option for the file that contains the definition of the table. This turns off debugging for this .c file.

    3 (b) move the declaration of the array to its own .c file and the option "Enable.obj" what .c file instead of the .c file that contains all the source data that uses the table.

    Although you need only 70 MB for dynamically allocated strings, you must always 265 MB to store the array of pointers to 69 million.

    -Michael

  • The global tables are interconnected?

    Dear friends
    I'm more than puzzling over the following

    It's the overall definition of two tables:

    var gasLocations      = [];                       // filled from template or current document  
    var gasLocationsPredef= [];                       // filled in SetUpArraysEtc () 
    

    They met in the SetUpArraysEtc () function:

    // locations for the list in the dialogue
    gasLocations1   = ['Above()', 'Below()', 'Left()', 'Right()']; // used in UnknownElement concatenated to gasFunctions
    var asLocations2    = ['[COL m]', '[ROW n]', '[CELL n, m]']; 
    gasLocationsPredef = gasLocations1.concat(asLocations2); // These must not be deleted from the list
    gasLocations    = gasLocationsPredef;
    

    Later in a dialog table gasLocations function will need to be updated. I put a breakpoint right before the crucial moment:

    function ButtonAddLocation () { // ================================================================
    // Attention: this regex is different from that in ChecktermElements!
      var re_Def = /(\[ROW +\d+\]|\[COL +\d+\]|\[CELL +\d+, +\d+\]|Left *\(\d*\)|Right *\(\d*\)|Above *\(\d*\)|Below *\(\d*\))/;
      var item = wPalDS.p0.tabL.g1.p2.g1.sLocation.text;
      if (item.search(re_Def)) {
        alert (gsDSSyntaxErr);
        return;
      } 
    $.bp(true);
      UpdateListLocations (wPalDS.p0.tabL.g1.p1.listLocations, item);
      FillItemList (wPalDS.p0.tabL.g1.p1.listLocations,  gasLocations);
      PutRefPageItems ("Ref-Locations", "");          // update reference page
    } // --- end ButtonAddLocation
    
    function ButtonDelLocation () { // ================================================================
      var lstIndex = wPalDS.p0.tabL.g1.p1.listLocations.selection.valueOf();
      var locName = gasLocations[lstIndex];
      if (IsInArray (gasLocationsPredef, locName)) {
        alert ("Predfeined items can not be deleted");
        return;
      };
      DeleteItemLocations (wPalDS.p0.tabL.g1.p1.listLocations, locName)
      PutRefPageItems ("Ref-Locations", "");          // update reference page
    } // --- end ButtonDelLocation
    
    function UpdateListLocations (oList, item) { // ====================================================
    // update global array and list in dialogue;
      var locArray = gasLocations, j, nItems;
      locArray.push (item);
      gasLocations = locArray.sort ();                // update global array
      nItems = gasLocations.length;
      oList.removeAll ();                             // clear the list
      for (j = 0; j < nItems; j++) {
        oList.add ("item", gasLocations[j]);          // add item
      }
    } // --- end UpdateListLocations
    
    function DeleteItemLocations (oList, item) { // ====================================================
    // List is rebuilt from array. Function array.splice not available in ES
      var index = IsInArray (gasLocations, item);
      var lower = gasLocations.slice (0, index);      // lower part
      var upper = gasLocations.slice (index+1);       // upper part
      gasLocations    = lower.concat(upper);
      FillItemList (oList, gArray);
    } // --- end DeleteItemLocations
    
    function FillItemList (oList, aSource) { // =====================================================
      var j, nItems = aSource.length;
      oList.removeAll ();                             // clear the list
      for (j = 0; j < nItems; j++) {
        oList.add ("item", aSource[j]);               // add item
      }
    } // --- end FillItemList
    function IsInArray (array, what) { //==============================================================
    // indexOf is not supported in ExtendScript...
      var jl;
      for (j = 0; j < array.length; j++) {
        if (array [j] == what ) { return j;}
      }
      return null;     // not found in array
    } // --- end IsInArray
    

    Now, guess what? After UpdateListLocations the two tables have the same content! But gasLocationsPredef doesn't have to be updated, because it serves as a reference: list items in the selection corresponding to the elements of this array must not be removed from the list. The ButtonDelLocation function has always search the newly inserted item and does not accept the deletion.
    I once read a warning on global variables - but I carefully avoid using as arguments to functions output (only objects are managed "by" reference").

    Who has an eagle eye for spotting my error?

    Hi Klaus,

    to copy the contents of a table (and ONLY content), you must use sth. Like this:

    Array1 = Array2.slice ();

    Array1 = array 2 you create only a second word for the same thing.

  • Primary keys in Tables Oracle EBS Standard

    Hello! I was checking a few standard EBS tables and I just found it odd that there is no primary keys in the columns which (I think) should be the primary key:

    an exaple:

    AP_INVOICE_LINES_ALL DESC;

    Column nameIDPKNull value?Data typeBy defaultHistogram
    INVOICE_ID1NNUMBER (15)Yes
    LINE_NUMBER2NNUMBERYes
    LINE_TYPE_LOOKUP_CODE3NVARCHAR2 (25 bytes)Yes
    REQUESTER_ID4THERENUMBER (15)Yes
    DESCRIPTION5THEREVARCHAR2 (240 bytes)Yes
    LINE_SOURCE6THEREVARCHAR2 (30 bytes)Yes
    ORG_ID7THERENUMBER (15)NULL VALUEYes
    LINE_GROUP_NUMBER8THERENUMBERYes
    INVENTORY_ITEM_ID9THERENUMBERYes
    ITEM_DESCRIPTION10THEREVARCHAR2 (240 bytes)Yes
    SERIAL_NUMBER11THEREVARCHAR2 (35 bytes)Yes
    MANUFACTURER12THEREVARCHAR2 (30 bytes)Yes

    GL_CODE_COMBINATIONS DESC;

    Column nameIDPKNull value?Data typeBy defaultHistogram
    CODE_COMBINATION_ID1NNUMBER (15)Yes
    LAST_UPDATE_DATE2NDATEYes
    LAST_UPDATED_BY3NNUMBERYes
    CHART_OF_ACCOUNTS_ID4NNUMBER (15)Yes
    DETAIL_POSTING_ALLOWED_FLAG5NVARCHAR2 (1 byte)Yes
    DETAIL_BUDGETING_ALLOWED_FLAG6NVARCHAR2 (1 byte)Yes
    ACCOUNT_TYPE7NVARCHAR2 (1 byte)Yes
    ENABLED_FLAG8NVARCHAR2 (1 byte)Yes

    I checked 11i and R12 versions of our Tables to EBS, but both contain primary keys.

    Is this normal or just tell set primary keys?

    Please notify.

    Thank you!

    PS.* I'm trying to settle our scripts and he is still running a full table scan, because it doesn't have a primary key.

    Hello

    This is the standard installation done by oracle at time of installation of EBS in your organization therefore does not necessarily create a new primary key or an index

    on the table.

    The key primary is a combination of unique key constraint not null, and if you look at the script or the definition of the table, you will get the already

    Ed configuration not null not forced and a unique index on some of the columns required by oracle.

  • Is it possible NOT to include the name of the document as the root of a peoplesoft JSON document tag?

    I'm consuming a REST service (from documentum) in peopletools 8.53. I have set up my document, message, service and security and can connect to and receive a response from the REST service. I can't fill the response document, however, for two reasons - the peoplesoft document begins with the name of the document that the tag root has no the REST service. In addition, the service REMAINS returns tables brackets and the peoplesoft document seems to accept only braces. What I've read, hooks can be supported in peopletools 8.54 but we will not upgraded our tools of press at the moment.

    Is it possible not to provide or ignore the root of a document of peopelsoft tag? Also, is there a way to structure a document to tables? I can see the whole of the response from the REST service using the GetContentString method message - is the best option to analyze manually through the answer and do not use the document object at all?

    I have the same frustration. One solution is to use a separate library to parse the JSON (something like json.simple). Another solution, I think it's easier, is to use JavaScript, which is included in Java 7 with 8.53 PeopleTools. Here is an example of JavaScript:

    /* Sample JSON data
    [
        {"emplid": "KU0001", "oprid": "HCRUSA_KU0001"},
        {"emplid": "KU0002", "oprid": "HCRUSA_KU0002"},
        {"emplid": "KU0003", "oprid": "HCRUSA_KU0003"}
    ];*/
    
    var result = (function() {
        var CreateRecord = Packages.PeopleSoft.PeopleCode.Func.CreateRecord;
        var Name = Packages.PeopleSoft.PeopleCode.Name;
        var SQLExec = Packages.PeopleSoft.PeopleCode.Func.SQLExec;
    
        var rec = CreateRecord(new Name('RECORD', 'NAA_SCRIPT_TBL'));
    
        var count = 0;
        var json_string;
        var json;
    
        var guid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
            var r = Math.random()*16|0, v = c == 'x' ? r : (r&0x3|0x8);
            return v.toString(16);
        });
    
        rec.GetField(new Name('FIELD', 'PM_SCRIPT_NAME')).setValue('JSON_TEST_DATA');
        rec.SelectByKey();
        json_string = rec.GetField(new Name('FIELD', 'HTMLAREA')).getValue();
        json = JSON.parse(json_string);
    
        // TODO: iterate over json data and
        json.forEach(function(item, idx) {
            SQLExec("INSERT INTO PS_NAA_TEST_TBL VALUES(:1, :2, :3, SYSTIMESTAMP)", [guid, item.emplid, item.oprid]);
            count += 1;
        });
    
        return "Inserted " + count + " rows";
    
    }());
    

    Here is the JavaScript:

    1. Declares variables that point to PeopleCode functions
    2. Selects JSON data in a database table. You could alternatively fill a JavaScript variable before executing the JavaScript (code below)
    3. Analysis the JSON using JSON JavaScript Analyzer
    4. Traverses the JSON
    5. Using SQLExec in JavaScript to insert some values of the JSON data into PeopleSoft tables
    6. Returns a message describing what happened

    Here are the PeopleCode required to run this JavaScript:

    Local JavaObject & Manager = CreateJavaObject ("javax.script.ScriptEngineManager");

    Engine & local JavaObject = & manager .getEngineByName ("JavaScript");

    Local station &script;

    SQLExec ("SELECT HTMLAREA FROM PS_MY_SCRIPT_TBL WHERE MY_SCRIPT_ID =: 1", "THE_SCRIPT_ID", & script);

    & engine.eval(&script);

    Local chain & result_text = & engine .get ("result") m:System.NET.SocketAddress.ToString ();

  • ALTER table add constraint vs alter table change

    Hello

    could someone explain why we have two different statements when you add a constraint on an existing table?

    If I need to add a primary key constraint to a column from an existing table that I use:

    ALTER table tab1 add the key primary constraint tab1_id_cst (id)

    But if I want to add a NOT NULL constraint, the same syntax does not work, I need to use alter table change instead

    Why?

    Thank you!

    Hello

    The constraint not null is a constraint inline, average, it applies to the column level. So in order to change anything at the column level you must use "ALTER TABLE CHANGE" only.

    Remaining constraint is forced to outline, which are part of the table definition. The table definition can be modified by "ALTER TABLE... ADD '.

    In the framework of the above mentioned constraints, those are the two columns level constraints and table except constraint NOT NULL value. Change column level, you must use the syntax

    and for the level of the table, you need to use the respective syntax.

    Kind regards

    Bigot

  • The truncated table rows

    Hi team,

    One of my colleague ran a batch which will truncate a table and insert the final table by extracting data from different tables in backup taking the old table.

    But today before 10 minutes he missed to keep the export backup of this table and ran the batch. All the old data of the truncated table and now we need these data.

    Flashback is DISABLED in our case and Undo retention is dry 7200 and since it is a DDL so it will change the definition of the table.

    Is it possible to get the data that truncated.

    Daily HT full backup will run and we are in the process of restoring the backup but the db size is 4 TB and it will take time and then let's apply archive logs, before that got truncated.

    Until can we try something else?

    Hemant seems good to me.

    Please check the Version of Oracle where you are restoring the database and the Oracle version of the primary database that saves youi have taken.

    I'm 100% sure that there could be the difference in the release.

    We faced this problem 2 times and every time the issue is different binary or different architecture was the problem.

  • Install HRCS 9.0 R5 with problem of Linux: HRCS90 of the database has no table PSSTATUS

    People,


    Hello. I was installing HCM and Campus Solution 9.0 with PeopleTools8.53. Server machine is Oracle Linux 5.10 and Windows XP-based client computer.  The architecture of my internet is WebLogic11g/Tuxedo11g/OracleDatabase 11 GR 1 material. PeopleTools 8,53 works correctly in the browser.


    In the database server Oracle Linux 5.10 machine, I run scripts 'createdb10.sql, utlspace.sql, hrcddl.sql, dbowner.sql, psroles.sql, psadmin.sql and connect.sql' one by one. Can I use Data Mover to load Windows XP data into the Oracle Linux 5.10 DB HRCS90 instance. The Data Mover script hrcs90ora.dms is done correctly in Windows XP. Configuration Manager is configured correctly.  But when I login in the application designer, I can't connect and get the message as below:


    «Security Table Manager (Get): the database is release 8.52.»  The PeopleTools running require databases at 8.53 release. »


    I followed the http://docs.oracle.com/cd/E37306_02/psft/acrobat/PeopleTools-8.53-Upgrade_02-2013.pdf document to upgrade HCM and HR 9.0 revision 5 Database Instance HRCS90 in Oracle Database Server with Linux. I did in chapters 4 and 5. But the connection to the application designer and start the Tuxedo application server can always put the same error message: "the database is release 8.52. The PeopleTools performed require a database at 8.53 release. »


    I ran 4-3-2 of the task script ptddlupg.sql and PSIMAGE2 tablespace is created successfully.

    When I run rel853n.sql script Task 4-3-5, I see the first line table PSSTATUS does not exist.

    The big problem is that there are no PSSTATUS table in my database HRCS90. I activated Windows XP Data Mover C:\PT8.53\log\hcengs.log as below:

    ... ...

    The remaining records: 7687

    Import PSSTATUS

    Creating Table PSSTATUS

    Import PSSTATUS

    Indices of real estate required for PSSTATUS

    Update statistics for PSSTATUS

    The remaining records: 7686

    ... ...


    As we see above, the hrcs90ora.dms script load PSSTATUS table in the instance database HRCS90. But the PSSTATUS table is not in HRCS90.



    My questions are:

    First of all, why is there no PSSTATUS table in my HRCS90 database? What stage is the problem?  How to fix?

    Second, does run the hrcs90ora.dms script in Windows XP Data Mover to load data in HRCS90 under Linux, yet due to no PSSTATUS table?


    Thank you.

    PSSTATUS is the property of the accessid, means that the user Oracle appearing in PSDBOWNER.

    You are not connected with this user but you can ask PSDBOWNER because there's a public synonym, which is not the case for PSSTATUS.

    But I think you missed the point that upgrade scripts must be run with this accessid (again, it is the owner of the Peoplesoft tables).

    In front of your whole posts on this same forum, I am always surprised you make this mistake, if I remember correctly, this point has been said several times for you.

    Nicolas.

    PS:

    > Moreover, can't copy and paste the contents of my computer on the Forum. My browser there problem or the Forum have problem?

    It is a known bug in the forum in a configuration of your browser/operating system...

  • ORA-1631: extensions # 505 max reached in the APPLSYS table. WF_NOTIFICATION_IN

    Platform: RHEL 4u5

    Application: 11.5.10.2

    Database: 10.2.0.4

    Installation of 2 nodes as follows:

    1 node for DB and simultaneous

    1 applications node.

    We have activated the OWF Mailer services September 2 and 5 September we began to receive following error messages in our DB contnuously journal newsletter:

    ORA-1631: extensions # 505 max reached in the APPLSYS table. WF_NOTIFICATION_IN


    So, we stopped the OWF Mailer services and listeners of the Agent.

    Got a note from metalink 152475.1 but confused to change the definition of the table because I believe that these linked Oracle Workflow tables are integrated Oracle objects one custom.

    Thus, it will be ok to increase the Maxextents for this table?

    Hello

    Yes these tables are standard, built in objects, but you can implement the solution that these changes of plan of action the default characteristics of the table and doesn't change the features of the tables.

    I recommend to make the respective change on the test instance and to implement in the case of Production accordingly.

    Thank you &

    Best regards

  • Please help understand the mappings between PS &amp; tables tables of data warehouse

    Hello
    We have OBIEE 11 g with OLIVIER 7.9.6.3 (HR Analytics) installation with Informatica PowerCenter SE 9.01 HF2. We use PeopleSoft HRMS 9.1 system source.
    Can you please help me how to understand the flow of data from end to end (or data model with relationship) between the PeopleSoft Tables and tables of data warehouse? Y at - it none available who liaises between the PeopleSoft HRMS tables and tables of data warehouse?

    PS We are new to Informatica workflow maps to find it very difficult to understand each mapping for each table.

    You can use the guide to table HR analytics on metalink. Here's the note:

    HR Analytics, Oracle Business Intelligence - Source tables uses [ID 1328607.1]

    This will show you the use of the main table. If you need the full line, you can use the data lineage Guide.

    If it helps, please mark as correct.

Maybe you are looking for

  • How to remove a bookmark?

    You want to delete a bookmark.

  • Satellite M40X-159 - Fax Voice software

    Can anyone recommend a FaxVoice software more suitable for this machine? I try FaxTalk Messenger Pro but have problem initialize (a software modem from Toshiba). Other software (Mighty Fax) work very well, but did not voice option.

  • Huge * Log files _cur.txt

    Hello We have some difficulties that some applications hang up because he is somehow the operating system creates huge logs (see attachment) in the temporary folder of the user. This will up until him becomes completely exhausted HARD drive...! I rea

  • ASA 5510, get the right pair

    Hi, I have a 5510 with security more on 7.2 (3) and I'm looking to pick up a 2nd economic unit on eBay to set up like a pair of HA a/s. Of course, there is a little supply, and one I am looking at matches closely enough. My question to the Board of D

  • Can we create same name of service between two services cluster and failover?

    Hi Experts,I would like to know if we can create the service with the same name on different cluster that is running the same database with shareplex replication. I want to stop the main site so that all sessions connected to the failover from the pr