Report to the payroll process and reports

Hi all

I have a requirement in which I need to run the payroll for 4 different operating units and then about 20 reports to be run. Now, the user must run payroll 4 times and run these concurrent requests (about 20). I created a set of report and clubbed all reports and its working fine. But the only problem here is that the user must enter the settings for all of the reports even if the setting is the same for all reports with additional elements in some reports. I want to give the user the flexibility to enter the date only, which is a dynamic parameter and all other parameters will be static as this date should be used in all reports.

How can I do this?

Concerning
Rahman

I assume you are using sets of request to submit concurrent programs in order. To share settings between concurrent programs. Follow the procedure below. I take an example of sharing of the selected parameters of Consolidation between the salary demands run and prepaid expenses.

1 define a set request with first floor as payroll run and second stage as expenses paid in advance.
2. in the window of stadiums, select the simultaneous payroll program run and click on queries to launch to scene queries window.
3. click on the settings button to launch the window of query parameters.
4. against the setting of the value of Consolidation enter a value (say, X_CONSOLIDATION_SET) as a shared parameter. Note that even if a LOV is attached to it, it does no validation. Then enter any free text (here X_CONSOLIDATION_SET). Make sure the show check box is checked.
5. close the window of query parameters and stage requests window after saving it.
6 now select the concurrent payments program in stages window and click queries, and then the settings button to launch the application settings window.
7. against the Consolidation of the defined parameter, select the value of the shared parameter that was entered in the previous step (i.e. X_CONSOLIDATION_SET) from the LOV. You can uncheck the show to hide this setting. Save the record.

So now the user can see that a single parameter for the game of Consolidation, and then this value is passed to the other simultaneous program also.

I hope this helps.

Kind regards
Sharath

Tags: Oracle Applications

Similar Questions

  • I just bought an iphone 6 s second part and I got home put my SIM in there turn it on you try to start the activation process and he says that the phone is lock icloud, I tried calling get him etc. but he gave me the wrong information help please 91026128

    I just bought an iphone 6 s second part and I got home put my SIM in there turn it on you try to start the activation process and he says that the phone is lock icloud, I tried calling get him etc. but he gave me the wrong information and I called apple, they said that its nothing they can do without evidence of perchise im broke I spent all my money on the phone, does anyone know any software free or something me please txt to 9102612856

    @Santonio99

    You probably bought an iPhone stolen 6. Mine was stolen in Barcelona in Spain on June 10 by a pick-pocket. Fortunately, there is absolutely nothing you can do to make an iPhone locked to the activation of the work.  You have a paper weight.

  • When you install windows 95, which is the executable that launches the installation process, and where it is located?

    When you install windows 95, which is the executable that launches the installation process, and where it is located?

    The file is setup.exe.  Depending on your version of Windows 95 CD, it could be in the WIN95 folder or in a subfolder of WIN95.

    If you have more Windows 95 questions, great places to get responses are microsoft.public.win95.setup and microsoft.public.win95.general.discussion newsgroups.  It is a Windows XP forum.

  • How to export a single job Disqualification as well as the related processes and data warehouses

    Hello

    I'm new to OEDQ. May be that it is a fundamental issue. But I am not able to find any way. Help, please.

    I use OEDQ version9 and installed locally in my system. I prepared a working with a CSV file as source and used some transformations of control (data type, control the length) in my process ( I've also enabled publish it on the dash for this process option) to prepare the work.

    Then I took the export of .dxi of employment by right-clicking on the name of the job and by selecting the package.

    But when I import this package dxi to another machine is not able to find the related processes and then I am unable to run the TASK.

    Now, is it possible in OEDQ where I can take export a JOB with connections and related processes?

    Kind regards

    Samira

    It is normally easier to pack the whole project, but for any object, you can filter a project first and then package it. To do this for a job, right-click on the task and select filter of dependence - elements used by the selected item. Then package the filtered project - this upward work package manager and all other dependencies (data banks, data interfaces - you won't have to 9.0), snapshots, data staging, refer to data, process etc..) The same works for other objects and processes.

    I would note that since three version major 9.0 so you are encouraged to use a newer version if possible.

  • the difference between the intermediate process and materials first in BCP formulation?

    I do not understand the difference between the intermediate process and materials first in BCP formulation. could you give me an example to show the difference?

    The intermediate process - questions all the specifications that are used in the

    current specification.

    Raw - questioned the level of material first in the hierarchy.

    Hello Terry,

    It is used in the screen output Formulation based PCA. You can configure different PCA rule which is available in formulating exit point BOM, then when you start a screen of PCA in the base of the exit, you will see this rule.

    And the difference between the intermediate process and raw in PCA, let me explain with an example, I have a configuration hierarchy as below:

    OutputA

    A formulation

    Material X

    Output B

    Formula B

    Material M

    Material N

    If I select the output B in formulating A framework, and when I run a screen of PCA in the base of the output, I have three options:

    High level - it allows to extract A output attributes as PCA review the settings;

    Intermediate processes - it to retrieve attributes material X and B output like BCP review the settings;

    Raw - it will extract attributes of material X, output B, M and N of material material as PCA review the settings.

    I hope this helps.

    Thank you

    Jessie

  • How to activate the payroll process try again

    When I try to run the query conc "Start over the payroll process" he said value list has no entries.
    No matter what can he know why it happens?
    All of your comments or suggestions are welcome!

    There's a competitor "Mark payroll run to try again" If you want to re-run your assignmetns. But in this case, run + rollback is the same.

    Or you mark individual assignment measures (in the screen, see left most column) to be retired.

  • confusion in the background process and Globaleventlistener

    Hello

    too confused in Backendprocess.

    Please check my code and then tell me how I can do this.

    I want to add bluetooth address in my tree UIApp MyScreen articles and I bluetooth address storage file and record store.

    but confuesd how do I call the showAdress() method after complition of search BlueTooth.

    public class MyUIApp  extends UiApplication{
    
        public static void main(String[] args) {
            if (args != null && args.length > 0 && args[0].equals("gui"))
            {
                AppBackend appb = new AppBackend();
                appb.enterEventDispatcher();
    
            }
            else
            {
                ApplicationManager appMang = ApplicationManager.getApplicationManager();
                if(appMang.inStartup())
                    return;
                MyUIApp app = new MyUIApp();
                UiApplication.getUiApplication().invokeLater(new Runnable() {
    
                    public void run() {
    
                        ApplicationManager.getApplicationManager().postGlobalEvent(AppConstants.DATA_CHANGED);
                    }
                });
    
                app.enterEventDispatcher();
            }
        }
    
        public void showAdress()
        {
            getting data from record store adding Tree which si on Main Screen.
        }
    }
    
    public class AppBackend extends Application implements GlobalEventListener {
    
        public Timer timer;
        public Vector remote_device;
        public Vector device_found;
    
        BTSearch btSearch;
    
        public AppBackend() {
    
            addGlobalEventListener(this);
            timer = null;
    
        }
    
        public void firststart() {
            btSearch = new BTSearch();
            btSearch.start();
        }
    
        class BTSearch extends Thread implementsDiscoveryListener
        {
    
            boolean stopThread = false;
    
            public void run() {
                startThread();
    
            }
    
            public void startThread() {
    
                timer = new Timer();
    
                timer.schedule(new TimerTask() {
    
                    public void run() {
    
                        startScanBluetoothDevices();
    
                }, 30000, 30000);
    
            }
    
            public void startScanBluetoothDevices() {
                try {
    
                    remote_device = new Vector();
                    device_found = new Vector();
    
                    discovery_agent = LocalDevice.getLocalDevice().getDiscoveryAgent();
                    discovery_agent.startInquiry(DiscoveryAgent.GIAC, this);
    
                } catch (Exception error) {
                    Dialog.alert(error.getMessage());
                }
            }
    
            public void deviceDiscovered(RemoteDevice btDevice, DeviceClass cod)
            {
                //
            }
    
            public void inquiryCompleted(int discType)
            {
                //
            }
    
        }
    
        public void eventOccurred(long arg0, int arg1, int arg2, Object arg3,
                Object arg4) {
    
            if (arg0 == AppConstants.DATA_CHANGED) {
    
                firststart();
    
            }
    
        }
    
    }
    

    I'm confuesd how do I call the method showAdrees() If you desire to process bluetooth backend made.

    Now I'm for names of Bluetooth and the storage in the RecordStore. but now the problem is how can I display on my main screen located in UIApplication.

    I am struggling to read this code, it seems not to be complete.

    Sorry, beginning with the obvious things, I assume you have another entry.  Usually one who has the 'gui' param starts the user interface, so I guess that BlueFreeBackround is the treatment of the user interface.  Seems a strange name?  But any.  We do not have this code, so can't review it.

    The other entrance is the one who starts the initial treatment.  In case you're MyUIApp.  But you have this:

    If (appMang.inStartup ())
    return;
    Also if this is executed at boot time, the treatment does nothing.  And you start an application that seems to be the associated user interface.  I'm confused.  And we have no code to the constructor for this class, so we can not comment on that either.  All we know is that this class sends a global event.  Now, if I'm wrong, I don't think you need to start an Application to send a global event.  It is enough to have one to receive a.

    And you have given us another class, but there is no indication how it is started.  Assuming that it is started, it will receive the global event and execute the firststart() method.  Confusingly, this method will start a Thread that starts a timer.  Why can't firststart() him and save a Thread and some confusion?

    OK, now we come to the TimerTask, which is launched every 30 seconds (seems too often to me, but maybe not).  This process begins the investigation.  And we arrive at the point of this thread.  InquiryCompleted, I think you want to call showAddress().

    It's actually easy, although I really don't like this approach:

    Instead of using

    postGlobalEvent (long guid);

    use

    postGlobalEvent (long guid, int data0, data1, object0 object, Object1 int);

    and pass the MyUIApp object as a parameter object0.  Then, you can call

    . showAddress();

    I suspect that this will throw IllegalStateException, so you'll need to hire a

    this.invokeLater (...)

    to ensure that you have the thread of events when refreshing.

    But if I were you, I would consider this approach.  It seems some unnecessary steps.  For example, why doesn't MyUiApp start the discovery itself, what s at the point of the AppBackend?  A; Otherwise, you use a global event to initiate treatment, you could send the data in another GlobalEvent.

  • How to plan the propagation process and/or application

    Hi all

    Is it possible to predict the spread and application during the Oracle Streams configuration?, I mean, I don't want to run replication online because I have other object outside the Oracle who need to reproduce within the db to get my aplication (red only) in sync.

    So, when I can do? Here is an example of process apply and spread:

    BEGIN
    DBMS_STREAMS_ADM. () ADD_SCHEMA_RULES
    schema_name = > 'shm '.
    streams_type = > 'apply ',.
    streams_name = > 'apply_from_db1 ',.
    queue_name = > "strmadmin.from_db1"
    include_dml = > true,
    include_ddl = > true,
    source_database = > "db1.world"
    inclusion_rule = > true);
    END;
    /

    .....

    BEGIN
    DBMS_STREAMS_ADM. () ADD_SCHEMA_PROPAGATION_RULES
    schema_name = > 'shm '.
    streams_name = > 'db1_to_db2 ',.
    source_queue_name = > 'strmadmin.captured_db1 ',.
    destination_queue_name = > '[email protected] ',.
    include_dml = > true,
    include_ddl = > true,
    source_database = > "db1.world"
    inclusion_rule = > true,
    queue_to_queue = > true);
    END;
    /

    Perhaps, am I is not clear to my question, or maybe I do everything in the bad sense on propagation processes and the workflow application.

    So, I looked in all the documents available and I can't find how to plan the process... What is the part that I am missundertanding?

    As long I have it other non Oracle objects (system files objects, we say that some objects in ECM file system related with data) to replicate with the data schema, I can't replicate any changes to the schema of the source table to the schema database of fate (automatically). So, I'm replicated ECM file systems objects in other external tool (with build-in Windows Calendar integration)... but how I can program spread and/or application treats in the middle of stream 2-way?

    Please, I need a hint of someone as soon as possible.

    Thanks in advance.

    Your question is not very clear, so here's what you need to know abot schedules DBMS_STREAMS_ADM and spread:

    The schedule is done automatically when you add the spread with DBMS_STREAMS_ADM.
    This API DBMS_STREAMS_ADM encompass several other APIs:

    -DBMS_CAPTURE_ADM,
    -DBMS_RULE_ADM
    -DBMS_APPLY_ADM
    -DBMS_PROPAGATION_ADM.
    -DBMS_AQ_ADM

    This DBMS_STREAMS_ADM is supposed to make things easier, but it takes an important definition default values, so that you see all the actions that are performed as they are done quietly behind the scenes.
    The establishment of the regular spread is on of these silent setting and the time that occurs with a never ending cycle to wake up/run/sleep.
    The duration of sleep between 2 execution is defined by DBA_QUEUE_SCHEDULES. LATENCY

    From the spread itself, it's a job. When the next execution is set to null, he reschedule itself, like an endless loop.
    Here's how the job will appear:

    set embedded on
    set heading on
    set feedback off
    set linesize 162 pagesize 0
    col fail format 999  heading 'Errs'
    col broken   format a3   heading 'Bro|ken'
    
    col sess format 9999   heading 'Ses'
    col jid  format 999999  heading 'Job|Id'
    col subu format a10  heading 'Submitter'     trunc
    col secd format a10  heading 'Security'      trunc
    col proc format a30  heading 'Job'           word_wrapped
    col lsd  format a10  heading 'Last|Ok|Date'
    col lst  format a5   heading 'Last|Ok|Time'
    col nrd  format a10  heading 'This|Run|Date'
    col nrt  format a5   heading 'This|Run|Time'
    col fail format 99 heading 'Err'
    
    col proc format a50  heading 'Job'           word_wrapped
    col secd format a10  heading 'Security'      trunc
    
    select job jid, log_user  subu,   priv_user                  secd,    what proc,
                  to_char(last_date,'DD/MM/YYYY') lsd,
                  substr(last_sec,1,5)            lst,
                  to_char(next_date,'DD/MM/YYYY') nrd,
                  substr(next_sec,1,5)            nrt,
                  failures                        fail,
                  decode(broken,'Y','Y','N')      Broken
    from sys.dba_jobs;
    prompt
    
                                                                                     Last       Last  This       This
        Job                                                                          Ok         Ok    Run        Run       Bro
         Id Submitter  Security   Job                                                Date       Time  Date       Time  Err ken
    ------- ---------- ---------- -------------------------------------------------- ---------- ----- ---------- ----- --- ---
         55 SYS        SYS        next_date := sys.dbms_aqadm.aq$_propaq(job);                        27/11/2009 16:19     N
    

    Now, this work is performed in a session, always the same, which performs the actual transfer of waiting by using the global name DB link to target the area. You can check which session with the following queries:

    set linesize 125
    prompt
    set linesize 150
    col queue_name HEADING 'Source|Queue Name'
    col queue_schema HEADING 'Source|Queue Owner'
    col dblink format a34 head 'Destination|Database Link'
    COLUMN SCHEDULE_STATUS HEADING 'Schedule Status' FORMAT A23
    COLUMN PROPAGATION_NAME Heading 'Propagation|Name' format a25 wrap
    COLUMN START_DATE HEADING 'Expected |Start Date'
    COLUMN PROPAGATION_WINDOW HEADING 'Duration|in Seconds' FORMAT 9999999999999999
    COLUMN NEXT_TIME HEADING 'Next|Time' FORMAT A8
    COLUMN LATENCY HEADING 'Latency|in Seconds' FORMAT 9999999999
    COLUMN SCHEDULE_DISABLED HEADING 'Status' FORMAT A8
    COLUMN PROCESS_NAME HEADING 'Schedule|Process|Name' FORMAT A8
    COLUMN FAILURES HEADING 'Number of|Failures' FORMAT 99
    COLUMN LAST_ERROR_MSG HEADING 'Error Message' FORMAT A55
    COLUMN TOTAL_BYTES HEADING 'Total Bytes|Propagated' FORMAT 9999999999999999
    COLUMN CURRENT_START_DATE HEADING 'Current|Start' FORMAT A17
    COLUMN LAST_RUN_DATE HEADING 'Last|Run' FORMAT A17
    COLUMN NEXT_RUN_DATE HEADING 'Next|Run' FORMAT A17
    COLUMN LAST_ERROR_DATE HEADING 'Last|Error Date' FORMAT A17
    COLUMN LAST_ERROR_TIME HEADING 'Last|Error time' FORMAT A12
    column message_delivery_mode HEADING 'Message|Delivery|Mode'
    column queue_to_queue HEADING 'Q-2-Q'
    col destination format a50
    col sid for a4
    col tot_k for 999999999999 head 'Total |Sent (Kb)' justify L
    
    prompt
    prompt When the duration is NULL, the propagation is active
    prompt When the next time is NULL, the propagation job is currently running
    prompt
    
    SELECT substr(session_id, 0, instr(session_id,',')-1) sid ,
           p.propagation_name,TO_CHAR(s.START_DATE, 'HH24:MI:SS MM/DD/YY') START_DATE,
           s.PROPAGATION_WINDOW, s.NEXT_TIME, s.LATENCY,
           DECODE(s.SCHEDULE_DISABLED, 'Y', 'Disabled', 'N', 'Enabled') SCHEDULE_DISABLED,
           (select value/1024  from v$sesstat x, v$statname y
                    where  x.STATISTIC# = y.STATISTIC# and y.name = 'bytes sent via SQL*Net to dblink'
                       and x.sid=substr(session_id, 0, instr(session_id,',')-1) ) tot_k
      FROM
          DBA_QUEUE_SCHEDULES s,
          DBA_PROPAGATION p
      WHERE  p.DESTINATION_DBLINK = NVL(REGEXP_SUBSTR(s.destination, '[^@]+', 1, 2), s.destination)
             AND s.SCHEMA = p.SOURCE_QUEUE_OWNER
             AND s.QNAME = p.SOURCE_QUEUE_NAME
             and s.message_delivery_mode='BUFFERED'  and session_id is not null
      order by  propagation_name ;
    
    select p.propagation_name, s.message_delivery_mode,
           s.FAILURES,
           p.queue_to_queue,
           s.LAST_ERROR_MSG
      FROM
            DBA_QUEUE_SCHEDULES s,
            DBA_PROPAGATION p
      WHERE
             p.DESTINATION_DBLINK = NVL(REGEXP_SUBSTR(s.destination, '[^@]+', 1, 2), s.destination)
         AND s.SCHEMA = p.SOURCE_QUEUE_OWNER
         AND s.QNAME  = p.SOURCE_QUEUE_NAME
      order by propagation_name,s.message_delivery_mode ;
    
    SELECT p.propagation_name,  TO_CHAR(s.LAST_RUN_DATE, 'HH24:MI:SS MM/DD/YY') LAST_RUN_DATE,
       TO_CHAR(s.CURRENT_START_DATE, 'HH24:MI:SS MM/DD/YY') CURRENT_START_DATE,
       TO_CHAR(s.NEXT_RUN_DATE, 'HH24:MI:SS MM/DD/YY') NEXT_RUN_DATE,
       TO_CHAR(s.LAST_ERROR_DATE, 'HH24:MI:SS MM/DD/YY') LAST_ERROR_DATE,
       LAST_ERROR_TIME
      FROM DBA_QUEUE_SCHEDULES s, DBA_PROPAGATION p
        WHERE   p.DESTINATION_DBLINK =
            NVL(REGEXP_SUBSTR(s.destination, '[^@]+', 1, 2), s.destination)
      AND s.SCHEMA = p.SOURCE_QUEUE_OWNER
      AND s.QNAME = p.SOURCE_QUEUE_NAME order by  propagation_name;
    

    If you want to change the lag time, you can use this:

    -- adapt following your needs, defineds $prop (propagation name)  and $latency (value in secs, usually 1 or 3 or 5) :
    
    col DESTINATION_QUEUE_NAME new_value DESTINATION_QUEUE_NAME noprint
    col DESTINATION_DBLINK new_value DESTINATION_DBLINK noprint
    col source_queue_name new_value source_queue_name noprint
    
     select SOURCE_QUEUE_NAME, DESTINATION_QUEUE_NAME, DESTINATION_DBLINK from SYS.DBA_PROPAGATION  where propagation_name = upper('$fprop');
     set serveroutput on size 9999
      col cmd new_value cmd noprint
      execute DBMS_AQADM.ALTER_PROPAGATION_SCHEDULE( queue_name => 'STRMADMIN.&source_queue_name',  destination =>'&DESTINATION_DBLINK',  destination_queue=>'&DESTINATION_QUEUE_NAME',  latency=>$latency, duration=>null, next_time=>null) ;
    
  • ORACLE 1012 in FDPCLS error when running the payroll process

    Hi, all.

    * Server Oracle 10.2.0.5.0 on RHEL5 (single node) *.
    * Oracle ERP Apps 11.5.10.2 on RHEL5 (single node) *.


    Recently I cloned my existing PROD DEV environment. The database works now on a NEW server application server is always the same.

    I found * Metalink node [277148.1 ID] * on this issue and suggested to review the tnsnames file settings. I already checked that the tnsnames.ora file contains correct information and reflects the server name correct db.

    Please let me know where to check for an old database server entry that I should fix... Thank you!
    **ORACLE error 1012 in FDPCLS**
    **Cause: FDPCLS failed due to ORA-01012: not logged on**
    
    *The SQL statement being executed at the time of the error was: and was executed from the file.*
    */erp1/appsvr/erpappl/pay/11.5.0/bin/PYUGEN*
    *Program exited with status -l*

    If please bounce the database and the database listener and then try.

    You can find errors in the database log file?

    */ERP1/appsvr/erpappl/pay/11.5.0/bin/PYUGEN*

    Create a link to this executable file through adadmin or manually, and then try again.

    Thank you
    Hussein

  • Problems with the update process and Norton free trial

    I recently bought a laptop for my mother in law, a Compaq Presario CQ61-406SA. When she first it connected to the net, he went through all standard updates of windows, but it also asked if she wanted to remove Norton Security free trial, despite clicking No. proceeded to uninstall Norton. Has anyone seen elsewhere this problem or knows how to get the free trial version.  She lives in France, so I am unable to down and try and fix it for her.

    Any suggestions welcome

    Hello:

    I forget just had to pay for the security of the internet and download and install the new free Microsoft Security Essentials program which is a combined AV and Anti Spyware. It also has automatic virus and sypware definition updates.

    I have it on my PC and love it.

    The link is below and you can transfer it to your mother sister-in-law so she can download and install it.

    http://www.Microsoft.com/security/products/MSE.aspx

    Paul

  • 11 PE will not complete the rendering process, and I did not have orange bars more work in the timeline.

    Short video, PC 7, 64 bit, i5 w / 1 T. help?

    krisrsk9

    I dug in the screenshots.

    I still want to see what looks like the project after export to define the scope of the problem. That would say a lot.

    Development of automatic generation of files Preview 1.vulnerability

    When you return a timeline content with its orange line (or red) above it, the program automatically generates the preview files. These files are the same if you return a still or video. In the case of HD, these are files MPEG2.mpeg 960 x 540 @ 29.97 progressive frames per second. Each of them comes with a companion .xmp file. The overall contribution of each may be at least 8 MB. They add up quickly and must be aimed at a disk space hard with enough free space to accept.

    Often, the program works best if all the disks scratch are directed to the same place, namely external hard drive (formatted NTFS) with all the space I have escaped.

    a. where the media Cache is made? What to do in the same place as the others. Recording location of audio previews in line are defined in Edit Menu/preferences/Scratch disks. The location of the project record is defined in the new project dialog box.

    If I remember, somewhere, you said that the Scratch disks are directed to a location with only 50 GB of free space on the hard disk. Is this correct? This could be a point of focus.

    Update 2. Properties of these .mp4 and .mov files.

    I would like to get a sample of each. Any chance you could post those samples so that I have them test in Premiere Elements?

    The above is my last thought on this. At the moment I'm not buy in corrupted files.

    Later.

    Thank you.

    RTA

  • "before the header" process and page elements

    I want a process running in 'On Load before the header' page X see an element value them was introduced to her page Y.
    How this can be done?

    The element on page X will have its value before executing the process "before head". You can see if your page in "debug" mode.i

    CITY

  • Table for the archiving of payroll process

    Hello

    I need the table in which the data for the archiving of payroll process.

    Payroll Archive Information going in the table "PAY_ACTION_INFORMATION".

    Important points about this table:
    1. when the value of the "ACTION_CONTEXT_TYPE" column is "PA" then the line stores level the payroll information and the corresponding ACTION_CONTEXT_ID is the 'PAYROLL_ACTION_ID' of the archiver payroll run. Note that 'PAYROLL_ACTION_ID' is the primary key of the PAY_PAYROLL_ACTIONS

    2. when the value of the "ACTION_CONTEXT_TYPE" column is "AAP" then the line stores level assignment information and the corresponding ACTION_CONTEXT_ID is the 'ASSIGNMENT_ACTION_ID' of the archiver for the assignment. Note that 'ASSIGNMENT_ACTION_ID' is the primary key of the table "PAY_ASSIGNMENT_ACTIONS".

    The following query to retrieve all the information archived for a particular run for a particular assignment:
    SELECT pai.*
    FROM: pai pay_action_information,
    pay_payroll_actions App,
    pay_assignment_actions AAP
    WHERE ppa.request_id =: request_id
    AND ppa.payroll_action_id = paa.payroll_action_id
    AND paa.assignment_id = pai.assignment_id
    AND paa.assignment_action_id = pai.action_context_id
    AND pai.action_context_type = 'PAA '.
    AND pai.assignment_id =: assignment_id

    The following query to retrieve all the information level pay pertaining to a particular race.

    SELECT pai.*
    FROM: pai pay_action_information,
    pay_payroll_actions App
    WHERE ppa.request_id =: request_id
    AND ppa.payroll_action_id = pai.action_context_id
    AND pai.action_context_type = 'PA '.

    Please note that for 'Year end archiver' information is stored in FF_ARCHIVE_ITEMS

  • When I try to shut down my computer with Firefox running it hangs and stops the shutdown process.

    When I try to shut down my computer with Firefox running, it does not close properly during the closing. Instead, it crashes (as described in this article) and will continue to do so until I have stop the shutdown process and close it manually, where it will still not respond. There is the substantive issue. Here is the list of the relevant data to identify more precisely:

    On the list of programs is still active during the closure, the window of Firefox starts only appearing once as it should be, but a few seconds after starting to hang, it begins to appear a second time on the bottom of the list, with the specific name of the page is a duplicate of whatever it is on the original.

    This problem does not occur in safe mode, but it is not caused by one of my addons either, as I figured out after disabling all my addons with tools > Modules rather than the safe mode and still the problem.

    He is listed as that passes several times a week, but that is simply because that's how many times I forgot to close Firefox before pressing 'closed' and leaves the room without bothering to check it works. It happens whenever I try to turn off the computer with Firefox is running well.

    See this article--> occurs not in Safe Mode

    Check and say whether his work after turning off hardware acceleration.

  • Stop and start the bpel process in 10g

    Hello

    How can I stop and start a process bpel to automatically set time (say to Saturday 9 pm et we shud stop the bpel process and Sunday 9 HE we shud it again). Pls let me know.

    ADI

    Oh... I'm sorry. I have been misunderstood.

    I never did, but you can try with the java code (whether in another bpel process or just another application):

    API to disable the process BPEL (State = stop) in Oracle soa suite 10 g

    Tell me if it works for you.

    Arik

Maybe you are looking for