DBA Data[Home] [Help]

APPS.BEN_SCHEDD_HRS_RATE_API SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 326

procedure update_SCHEDD_HRS_RATE
  (p_validate                       in  boolean   default false
  ,p_schedd_hrs_rt_id               in  number
  ,p_effective_start_date           out nocopy date
  ,p_effective_end_date             out nocopy date
  ,p_vrbl_rt_prfl_id                in  number    default hr_api.g_number
  ,p_excld_flag                     in  varchar2  default hr_api.g_varchar2
  ,p_ordr_num                       in  number    default hr_api.g_number
  ,p_freq_cd                        in  varchar2  default hr_api.g_varchar2
  ,p_hrs_num                        in  number    default hr_api.g_number
  ,p_max_hrs_num                  in number			 default hr_api.g_number
  ,p_schedd_hrs_rl                in number			 default hr_api.g_number
  ,p_determination_cd             in varchar2		 default hr_api.g_varchar2
  ,p_determination_rl             in number			 default hr_api.g_number
  ,p_rounding_cd                  in varchar2		 default hr_api.g_varchar2
  ,p_rounding_rl                  in number  		 default hr_api.g_number
  ,p_business_group_id              in  number    default hr_api.g_number
  ,p_shr_attribute_category         in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute1                 in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute2                 in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute3                 in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute4                 in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute5                 in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute6                 in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute7                 in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute8                 in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute9                 in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute10                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute11                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute12                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute13                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute14                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute15                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute16                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute17                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute18                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute19                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute20                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute21                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute22                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute23                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute24                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute25                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute26                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute27                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute28                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute29                in  varchar2  default hr_api.g_varchar2
  ,p_shr_attribute30                in  varchar2  default hr_api.g_varchar2
  ,p_object_version_number          in out nocopy number
  ,p_effective_date                 in  date
  ,p_datetrack_mode                 in  varchar2
  ) is
  --
  -- Declare cursors and local variables
  --
  l_proc varchar2(72) := g_package||'update_SCHEDD_HRS_RATE';
Line: 392

  savepoint update_SCHEDD_HRS_RATE;
Line: 404

    ben_SCHEDD_HRS_RATE_bk2.update_SCHEDD_HRS_RATE_b
      (
       p_schedd_hrs_rt_id               =>  p_schedd_hrs_rt_id
      ,p_vrbl_rt_prfl_id                =>  p_vrbl_rt_prfl_id
      ,p_excld_flag                     =>  p_excld_flag
      ,p_ordr_num                       =>  p_ordr_num
      ,p_freq_cd                        =>  p_freq_cd
      ,p_hrs_num                        =>  p_hrs_num
      ,p_max_hrs_num		 		    =>  p_max_hrs_num
   	  ,p_schedd_hrs_rl			        =>  p_schedd_hrs_rl
      ,p_determination_cd		        =>  p_determination_cd
   	  ,p_determination_rl			    =>  p_determination_rl
   	  ,p_rounding_cd				    =>  p_rounding_cd
   	  ,p_rounding_rl				    =>  p_rounding_rl
      ,p_business_group_id              =>  p_business_group_id
      ,p_shr_attribute_category         =>  p_shr_attribute_category
      ,p_shr_attribute1                 =>  p_shr_attribute1
      ,p_shr_attribute2                 =>  p_shr_attribute2
      ,p_shr_attribute3                 =>  p_shr_attribute3
      ,p_shr_attribute4                 =>  p_shr_attribute4
      ,p_shr_attribute5                 =>  p_shr_attribute5
      ,p_shr_attribute6                 =>  p_shr_attribute6
      ,p_shr_attribute7                 =>  p_shr_attribute7
      ,p_shr_attribute8                 =>  p_shr_attribute8
      ,p_shr_attribute9                 =>  p_shr_attribute9
      ,p_shr_attribute10                =>  p_shr_attribute10
      ,p_shr_attribute11                =>  p_shr_attribute11
      ,p_shr_attribute12                =>  p_shr_attribute12
      ,p_shr_attribute13                =>  p_shr_attribute13
      ,p_shr_attribute14                =>  p_shr_attribute14
      ,p_shr_attribute15                =>  p_shr_attribute15
      ,p_shr_attribute16                =>  p_shr_attribute16
      ,p_shr_attribute17                =>  p_shr_attribute17
      ,p_shr_attribute18                =>  p_shr_attribute18
      ,p_shr_attribute19                =>  p_shr_attribute19
      ,p_shr_attribute20                =>  p_shr_attribute20
      ,p_shr_attribute21                =>  p_shr_attribute21
      ,p_shr_attribute22                =>  p_shr_attribute22
      ,p_shr_attribute23                =>  p_shr_attribute23
      ,p_shr_attribute24                =>  p_shr_attribute24
      ,p_shr_attribute25                =>  p_shr_attribute25
      ,p_shr_attribute26                =>  p_shr_attribute26
      ,p_shr_attribute27                =>  p_shr_attribute27
      ,p_shr_attribute28                =>  p_shr_attribute28
      ,p_shr_attribute29                =>  p_shr_attribute29
      ,p_shr_attribute30                =>  p_shr_attribute30
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 457

        (p_module_name => 'UPDATE_SCHEDD_HRS_RATE'
        ,p_hook_type   => 'BP'
        );
Line: 522

    ben_SCHEDD_HRS_RATE_bk2.update_SCHEDD_HRS_RATE_a
      (
       p_schedd_hrs_rt_id               =>  p_schedd_hrs_rt_id
      ,p_effective_start_date           =>  l_effective_start_date
      ,p_effective_end_date             =>  l_effective_end_date
      ,p_vrbl_rt_prfl_id                =>  p_vrbl_rt_prfl_id
      ,p_excld_flag                     =>  p_excld_flag
      ,p_ordr_num                       =>  p_ordr_num
      ,p_freq_cd                        =>  p_freq_cd
      ,p_hrs_num                        =>  p_hrs_num
      ,p_max_hrs_num		 		    =>  p_max_hrs_num
   	  ,p_schedd_hrs_rl			        =>  p_schedd_hrs_rl
      ,p_determination_cd		        =>  p_determination_cd
   	  ,p_determination_rl			    =>  p_determination_rl
   	  ,p_rounding_cd				    =>  p_rounding_cd
   	  ,p_rounding_rl				    =>  p_rounding_rl
      ,p_business_group_id              =>  p_business_group_id
      ,p_shr_attribute_category         =>  p_shr_attribute_category
      ,p_shr_attribute1                 =>  p_shr_attribute1
      ,p_shr_attribute2                 =>  p_shr_attribute2
      ,p_shr_attribute3                 =>  p_shr_attribute3
      ,p_shr_attribute4                 =>  p_shr_attribute4
      ,p_shr_attribute5                 =>  p_shr_attribute5
      ,p_shr_attribute6                 =>  p_shr_attribute6
      ,p_shr_attribute7                 =>  p_shr_attribute7
      ,p_shr_attribute8                 =>  p_shr_attribute8
      ,p_shr_attribute9                 =>  p_shr_attribute9
      ,p_shr_attribute10                =>  p_shr_attribute10
      ,p_shr_attribute11                =>  p_shr_attribute11
      ,p_shr_attribute12                =>  p_shr_attribute12
      ,p_shr_attribute13                =>  p_shr_attribute13
      ,p_shr_attribute14                =>  p_shr_attribute14
      ,p_shr_attribute15                =>  p_shr_attribute15
      ,p_shr_attribute16                =>  p_shr_attribute16
      ,p_shr_attribute17                =>  p_shr_attribute17
      ,p_shr_attribute18                =>  p_shr_attribute18
      ,p_shr_attribute19                =>  p_shr_attribute19
      ,p_shr_attribute20                =>  p_shr_attribute20
      ,p_shr_attribute21                =>  p_shr_attribute21
      ,p_shr_attribute22                =>  p_shr_attribute22
      ,p_shr_attribute23                =>  p_shr_attribute23
      ,p_shr_attribute24                =>  p_shr_attribute24
      ,p_shr_attribute25                =>  p_shr_attribute25
      ,p_shr_attribute26                =>  p_shr_attribute26
      ,p_shr_attribute27                =>  p_shr_attribute27
      ,p_shr_attribute28                =>  p_shr_attribute28
      ,p_shr_attribute29                =>  p_shr_attribute29
      ,p_shr_attribute30                =>  p_shr_attribute30
      ,p_object_version_number          =>  l_object_version_number
      ,p_effective_date                     => trunc(p_effective_date)
      ,p_datetrack_mode                     => p_datetrack_mode
      );
Line: 577

        (p_module_name => 'UPDATE_SCHEDD_HRS_RATE'
        ,p_hook_type   => 'AP'
        );
Line: 608

    ROLLBACK TO update_SCHEDD_HRS_RATE;
Line: 620

    ROLLBACK TO update_SCHEDD_HRS_RATE;
Line: 625

end update_SCHEDD_HRS_RATE;
Line: 630

procedure delete_SCHEDD_HRS_RATE
  (p_validate                       in  boolean  default false
  ,p_schedd_hrs_rt_id               in  number
  ,p_effective_start_date           out nocopy date
  ,p_effective_end_date             out nocopy date
  ,p_object_version_number          in out nocopy number
  ,p_effective_date                 in  date
  ,p_datetrack_mode                 in  varchar2
  ) is
  --
  -- Declare cursors and local variables
  --
  l_proc varchar2(72) := g_package||'update_SCHEDD_HRS_RATE';
Line: 653

  savepoint delete_SCHEDD_HRS_RATE;
Line: 666

    ben_SCHEDD_HRS_RATE_bk3.delete_SCHEDD_HRS_RATE_b
      (
       p_schedd_hrs_rt_id               =>  p_schedd_hrs_rt_id
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 676

        (p_module_name => 'DELETE_SCHEDD_HRS_RATE'
        ,p_hook_type   => 'BP'
        );
Line: 698

    ben_SCHEDD_HRS_RATE_bk3.delete_SCHEDD_HRS_RATE_a
      (
       p_schedd_hrs_rt_id               =>  p_schedd_hrs_rt_id
      ,p_effective_start_date           =>  l_effective_start_date
      ,p_effective_end_date             =>  l_effective_end_date
      ,p_object_version_number          =>  l_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 710

        (p_module_name => 'DELETE_SCHEDD_HRS_RATE'
        ,p_hook_type   => 'AP'
        );
Line: 719

    (p_event                       => 'DELETE',
     p_base_table                  => 'BEN_VRBL_RT_PRFL_F',
     p_base_table_column           => 'VRBL_RT_PRFL_ID',
     p_base_table_column_value     => ben_shr_shd.g_old_rec.vrbl_rt_prfl_id,
     p_base_table_reference_column => 'RT_SCHEDD_HRS_FLAG',
     p_reference_table             => 'BEN_SCHEDD_HRS_RT_F',
     p_reference_table_column      => 'VRBL_RT_PRFL_ID');
Line: 744

    ROLLBACK TO delete_SCHEDD_HRS_RATE;
Line: 758

    ROLLBACK TO delete_SCHEDD_HRS_RATE;
Line: 763

end delete_SCHEDD_HRS_RATE;