Script to find the base salary of the prospective employee

HRMS dear Experts,

I develop employee list-report - I need to include all the number of employees and their base salary. That's (current and prospective employee) category "Employee" and "worker of the Contingent.

For the employee category I take table per_pay_proposals - linking employee-> person - ID ID assignment number-->--> ID of Type person.

"For category - 'Potential worker' need, the name of the table that store base base salary for the prospective employee.

Version:

Oracle Applications: 12.0.6

RDBMS: 10.2.0.3.0

Thank you

We got the name of the base table this morning.

It's per_all_assignments_F - class title

Thanks to my manager who is an Expert in Oracle on all...

Tags: Oracle Applications

Similar Questions

  • script to find the local TSM and TSM remote is activated on the esxi host

    Need to generate scripts to find on which esxi host in the vcenter is enabled for Local TSM and TSM remote...

    Hello, nareshunik-

    Thanks to the handy Get-VMHostService cmdlet, you can quite easily get this info:

    Get-VMHost | Get-VMHostService | ?{"TSM","TSM-SSH" -contains $_.Key -and $_.Running} | Select VMHost,Key,Running
    

    The result is something like:

    VMHost    Key      Running
    ------    ---      -------
    myHost01  TSM         True
    myHost02  TSM         True
    myHost05  TSM         True
    myHost05  TSM-SSH     True
    

    TSM is the local service of TSM or "ESXi Shell", and the TSM - SSH service is "SSH".  How does do for you?

  • Script to find the virtual computer off for more than 7 days

    Guys,

    I need a bit help I'm looking for a script that finds all the VMs who have been turned off for more than 7 days.  I would like also the names of those VM and how many days they have been turned off for a worksheet excel output.

    Thanks in advance.

    Sorry, my mistake.

    The correct script is now attached to the previous response

  • Script to find the 'top 10' VMs consuming disk performance?

    We're troubleshooting an issue of storage and I'm looking for a better way to find virtual machines that consume disk peformance.  If I had a wish list, the script would be the 'top 10' VMs with the highest disk throughput and the e/s in the last 24 hours.

    Such a script exist?  Any help would be greatly appreciated.

    You can try the following one liner

    Get-VM | Select Name,
         @{N="AverageIO";
           E={($_ | Get-Stat -Stat disk.usage.average -Start (Get-Date).adddays(-1) | Measure-Object -Average -Property Value).Average}} | `
         Sort-Object -Property AverageIO -Descending | Select -First 10
    

    This example uses the metric of disk.usage.average but you can easily use any of the other measures related to the disc.

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • Need help with script to find the virtual computer by IP

    Looking for a script that will correspond to the vm to IP, but should be able to find several IPS at the same time.

    I put this together from scripts on the net, which works well to search for a single IP address at a time:

    $match_address = Read-Host "enter the IP address to find."

    Get - VM | %{

    $vmips = $_. Guest.IPAddress

    {foreach ($ip in $vmips)

    If ($ip - as $match_address) {}

    "VM found correspondence address: {0}" f $_. Name

    }

    }

    }

    But would need to be able to enter several IP addresses of different subnets in the $match_address and search script for a match for every ip address.

    Could you please try this?

    function search-VMAssociatedToIP {}

    (param

    $ArrayOfIPToCheck

    )

    {in process

    $VMsAndAssociatedIP = get-view - viewtype 'virtualmachine ' | {foreach-object

    $VM = $_

    $_.guest.net | {foreach-object

    $Net = $_

    $_. IpAddress | {foreach-object

    $IpAddress = $_

    $Output = New-Object-Type PSObject-Prop ([ordered] @ {}

    "VM" = $VM. Name

    "NetworkName" = $Net.Network

    "IP address" = $IpAddress

    })

    Return $Output

    }

    }

    }

    $ArrayOfIPToCheck | {foreach-object

    $IPtoCheck = $_

    $VMsAndAssociatedIP | where {$_.} IpAddress - eq $IPtoCheck} | {foreach-object

    $Output = New-Object-Type PSObject-Prop ([ordered] @ {}

    "IpToCheck" = $IPtoCheck

    'VM' = $_. VM

    "NetworkName" = $_.NetworkName

    'IpAddress' = $_. IpAddress

    })

    Return $Output

    }

    }

    }

    }

    $MyArray = "10.0.33.1","10.0.30.11","10.0.20.11","10.0.32.1".

    Search for VMAssociatedToIP - ArrayOfIPToCheck $MyArray | OGV

    Use a table entry.

    First get the IP addresses of all computers installed correctly (only for virtual machines with VMware tools) virtual based on get - view so the collection will be fast.

    Then compare with the PPE provided as input.

  • Foglight - Script to find the cartridges

    Someone at - it a script or something that can display the installed cartridges or cartridge?

    msg = new StringBuilder()

    Server ["CartridgeService"] .getAllCartridges () .each {msg.append(it.getName()).append("\n")}

    return msg.toString)

    That ought to cover it

  • Need help to modify the Script to find the number of vCPU and reservation of memory in VC

    Hello

    Need help to modify the script so that his can person report to the vc all focus level instead of each level of the Cluster.

    Thank you

    KR

    Try this instead:

    $vmsInfo = Get-VM
    #Creating array to place new object
    
    $reportdata = @()
    
    Foreach ($vm in $vmsInfo)
    {
    #Creating new object
    $vmInfo = "" | Select Name, CPUReservationMHz, MemoryReservationGB
    $vmInfo.Name = $vm.Name
    $vmInfo.CPUReservationMHz = $vm.ExtensionData.ResourceConfig.CpuAllocation.Reservation
    $vmInfo.MemoryReservationGB = $vm.ExtensionData.ResourceConfig.MemoryAllocation.Reservation / 1024;
    #Inserting data into new object.
    $reportdata += $vminfo
    }
    $reportdata
    
  • Need a powershell script to find the PID of VM in an ESX box

    Hello

    I need a powershell script to list out the PID of all virtual machines running in a box of ESX.

    The script should prompt for ESX box name and root password.

    Expected results:

    The virtual computer name.  NEST

    Thanks in advance!

    My mistake, the point (any character) is to eat the rest of the message.

    Try again with

    $mask = [regex]"vmid=(\d+)\s+([\w-]+)"
    

    He accepts what regex esteem alphabetic characters or the hyphen (-).

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • Script to find the vmnic assigned to trade

    All the

    Need help please?

    I'm trying to create a script for the list of the vmnic assigned to 'trade' by 'switch' by ESX host and their output to a txt or csv file. I tried to create 'foreach' loops within foreach loops and keep making a hash of it.

    Any help would be greatly appreciated. Need a script that I have a lot of work to do over the weekend and this script would be a boon.

    Thanks in advance

    Munster

    I did the following script. I hope that's what you want:

    Get-VMHost | ForEach-Object {
      $VMHostName = $_.Name
      Get-VirtualSwitch -VMHost $_ | ForEach-Object {
        $vSwitch = $_.Name
        $VMNic = $_.nic
        Get-VirtualPortgroup -VirtualSwitch $_ | ForEach-Object {
          $VirtualPortgroupName = $_.Name
           $objOutput =  "" | Select-Object -Property VMHost,vSwitch,VMnic,VirtualPortGroup
           $objOutput.VMHost = $VMHostName
           $objOutput.vSwitch = $vSwitch
           $objOutput.VMNic = $VMNic
           $objoutput.virtualportgroup = $VirtualPortgroupName
           Write-Output $objOutput
        }
      }
    }
    

    This script produces the following result in my test environment:

    VMHost                        vSwitch                       VMnic                         VirtualPortGroup
    ------                        -------                       -----                         ----------------
    scomp0407.wurnet.nl           vSwitch0                      {vmnic2, vmnic0}              Service Console
    scomp0407.wurnet.nl           vSwitch0                      {vmnic2, vmnic0}              VMkernel
    scomp0407.wurnet.nl           vSwitch0                      {vmnic2, vmnic0}              vSwitch0 AppSpeed
    scomp0407.wurnet.nl           vSwitch1                      {vmnic1, vmnic3}              VM installatie vlan 245
    scomp0407.wurnet.nl           vSwitch1                      {vmnic1, vmnic3}              VM productie vlan 11
    scomp0407.wurnet.nl           vSwitch1                      {vmnic1, vmnic3}              VM productie vlan 3
    scomp0407.wurnet.nl           vSwitch1                      {vmnic1, vmnic3}              vSwitch1 AppSpeed
    scomp0408.wurnet.nl           vSwitch0                      {vmnic2, vmnic0}              Service Console
    scomp0408.wurnet.nl           vSwitch0                      {vmnic2, vmnic0}              VMkernel
    scomp0408.wurnet.nl           vSwitch1                      {vmnic1, vmnic3}              VM installatie vlan 245
    scomp0408.wurnet.nl           vSwitch1                      {vmnic1, vmnic3}              VM productie vlan 11
    scomp0408.wurnet.nl           vSwitch1                      {vmnic1, vmnic3}              VM productie vlan 3
    

    If you want to write the output to a csv file, you can use the Export-CSV cmdlet to write the output to a csv file.

  • Groovy Script to find the difference between Dates

    I am trying to build a script that takes a date from a RequestField and calculates the number of days between this date and the current date (from session).

    So far, I have a problem, the analysis to-date from the RequestField chain. I found this code but it doesn't seem to work...

    date = new Date().parse('yyyy/MM/dd', '1973/07/09')
    

    I get the following error...

    Error Message: groovy.lang.MissingMethodException: No signature of method: java.util.Date.parse() is applicable for argument types: (java.lang.String, java.lang.String) values: {"yyyy/MM/dd", "1973/07/09"}
    

    Any help would be greatly appreciated.

    Hello

    What version of server? The extract you have here works fine on mine (563).

    This also works for me

    new java.text.SimpleDateFormat('yyyy/MM/dd').parse('1973/07/09')
    

    See you soon

    Nils

  • Need a script to find the network interface which are broadcom?

    How can I get network cards shipped from dell and hp servers that come from the broadcom seller?

    You can determine the NIC broadcom by the driver is responsible for a network card.

    Try this oneliner:

    Get-VMHost | Get-VMHostNetworkAdapter |
      Where {$_.ExtensionData.Driver -like "bnx*"} |
      Select VMHost, DeviceName, Mac, @{N="Pci";E={$_.ExtensionData.Pci}},
        @{N="Driver";E={$_.ExtensionData.Driver}} | ft
    
  • RMAN SCRIPT TO CLEAR THE BACKUP ITEMS MORE THAN 2 DAYS...

    Hello

    I take a full backup of the DB using RMAN script. The script is as below:

    grc_backup
    {allocate channel ch1 type disc format ' / home/oragrc/GRCbkup/rman_bkp/data/%T_%c_%s_%f';}
    backup database;
    SQL ' ALTER SYSTEM
    ARCHIVE LOG CURRENT ';
    change archivelog than any overlap;
    ARCHIVELOG backup all the format ' / home/oragrc/GRCbkup/rman_bkp/Archive/%T_al_%U.bck';
    current backup controlfile as ' / home/oragrc/GRCbkup/rman_bkp/%T_cf_%U.bck';
    }


    This script is supposed to run on a daily basis via an OS script.

    The problem is on a daily basis after the backup that I have to delete the backups more than 2 days. For this I use an OS script that finds the backups more than 2 days to find the command and deletes it. This script also removes the archivelogs over 2 days.

    I just know that it is not advisable to delete RMAN backups and archived logs OS command when using RMAN.

    I figured out the following script, I have changed the script and instance names are different please find below

    CONFIGURE REDUNDANCY 2 RETENTION STRATEGY;
    Configure type disk parallelism 1 backup compressed backupset device type;

    run
    {
    allocate channel d1 type disk;
    backup filesperset 5 ' format / u06/backup/EBSDEV/EBSDEV_data_t%t_s%s_p%p' database;
    SQL 'alter system archive log current';
    format of backup filesperset 20 ' / u06/backup/EBSDV3/EBSDV3_arch_t%t_s%s_p%p' all entered archivelog delete;
    backup format ' / u06/backup/EBSDEV/EBSDEV_control%U' current controlfile;
    backup spfile format ' / u06/backup/EBSDEV/EBSDEV_spfile_%U';
    SQL 'alter controlfile backup trace database as "/tmp/control.trc" re-use";

    OVERLAP BACKUPSET;
    DELETE NOPROMPT OBSOLETE;
    DELETE THE EXPIRED NOPROMPT BACKUP;
    }
    list summary backupset;
    "exit";

    Can someone suggest me this AM I correct...

    Yes.

    Note: The OVERLAP should be OVERLAPPING BACKUP.

    Hemant K Collette

  • find the authenticated users to the outside in a database

    Hi all
    can someone help me please.
    I need to write a script to find the list of all users who are authenticated on the outside in a database. I found the following query. Please let me know if its right and y at - it of other points of view to check.

    SELECT sid, authentication_type, osuser OF V$ SESSION_CONNECT_INFO where authentication_type = 'EXTERNAL ';


    Thanks for the help in advance.

    Check the description of the PASSWORD from DBA_USERS column in gr 10, 2 and 11 GR 1 material

    11 GR 1 material - http://docs.oracle.com/cd/B28359_01/server.111/b28320/statviews_5073.htm#REFRN23302

    HTH
    Srini

  • Find the first occurrence of a Word

    I have a script which detects and counts all occurrences of a Word.

    I need the script to find the FIRST occurrence of a Word only.

    Can any advise please how do I change the script to find the first occurrence of the word?

    Script as follows:

    {

    numWords = this.getPageNumWords var (0);

    for (var i = 0; i < numWords; i ++)

    {

    var ckWord = this.getPageNthWord(0,i);

    If (ckWord is 'MATERIAL')

    {

    / * Script going here based on the finds the first occurrence of the word 'MATTER ' * /.

    }

    }

    }

    I tried var CKWord = this.getPageNthWord (0,0); but reports from the rear console is UNDEFINED?

    numWords = this.getPageNumWords var (0);

    var number = 0;

    for (var i = 0; i)
    var ckWord = this.getPageNthWord(0,i);
    If (ckWord == "ISSUED") {}
    Count ++;
    If (count == 2) {}
    var = this.mouseX Coord.

    var annot = this.addAnnot({)
    page: 0.
    type: "Stamp."
    name: "AppStamp."
    Rect: [coord + 1000, 2300, 30, 2820]
    rotation: 90,.
    ({AP: '#C94cHAFFa42U1gTH5Tug5C'});
               
    break;
    / * this.flattenPages (); */
    }
    }
    }

  • R12 - how to find the exact form, report, and Web Server Version

    Hi DBAs,


    How can I find the version of web server, report and exact form in environments of R12.

    Thank you
    -Samar-

    If you're on 11i, pl see MOS Doc 466890.1 (Script to find the Apache, Java, Jinitiator, version of forms and details of the JVM for Oracle E-Business Suite 11i)

    For R12, see Doc 468311.1 (Script to find the Apache, Java, JRE, Forms for Oracle E-Business Suite R12 version)

    HTH
    Srini

Maybe you are looking for

  • Background image files

    Do you like the picture background TOSHIBA files? I think most of us do, but they are usually available on the preinstalled only Windowses. However, in the case when you are doing your own installation (and you do not register before these background

  • Satellite L300D - I can reduce the second partition?

    I recently received this new laptop, and I'm happy with it. However, I am puzzled by the partition available to it. It has a score of 74 GB (c) and a 73 GB partition (E);. C: is the partition with the operating system on and E: has 5 GB of HDDRecover

  • BM854av: PCI Simple Communications controller drivers, W7 Pro 64-bit

    Where can I find the driver for the next PCI controller shows: Thank you very much Jorge

  • How does my photo gallery?

    I don't know what to do Original title: How can my gallry photho work you can tell me how to fix it pls

  • Web sites script error popups

    My laptop is running Windows 7 Edition home premium and I constantly receive script popups error from different websites and even some who have no listed url. It's a big problem I speak constantly one after the other. This happens as soon as my conne