DBA Data[Home] [Help]

APPS.BEN_PERCENT_FT_FACTORS_API SQL Statements

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

Line: 294

procedure update_percent_ft_factors
  (p_validate                       in  boolean   default false
  ,p_pct_fl_tm_fctr_id              in  number
  ,p_name                           in  varchar2  default hr_api.g_varchar2
  ,p_business_group_id              in  number    default hr_api.g_number
  ,p_mx_pct_val                     in  number    default hr_api.g_number
  ,p_mn_pct_val                     in  number    default hr_api.g_number
  ,p_no_mn_pct_val_flag             in  varchar2  default hr_api.g_varchar2
  ,p_no_mx_pct_val_flag             in  varchar2  default hr_api.g_varchar2
  ,p_use_prmry_asnt_only_flag       in  varchar2  default hr_api.g_varchar2
  ,p_use_sum_of_all_asnts_flag      in  varchar2  default hr_api.g_varchar2
  ,p_rndg_cd                        in  varchar2  default hr_api.g_varchar2
  ,p_rndg_rl                        in  number    default hr_api.g_number
  ,p_pff_attribute_category         in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute1                 in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute2                 in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute3                 in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute4                 in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute5                 in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute6                 in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute7                 in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute8                 in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute9                 in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute10                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute11                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute12                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute13                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute14                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute15                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute16                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute17                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute18                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute19                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute20                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute21                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute22                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute23                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute24                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute25                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute26                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute27                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute28                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute29                in  varchar2  default hr_api.g_varchar2
  ,p_pff_attribute30                in  varchar2  default hr_api.g_varchar2
  ,p_object_version_number          in out nocopy number
  ,p_effective_date                 in  date
  ) is
  --
  -- Declare cursors and local variables
  --
  l_proc varchar2(72) := g_package||'update_percent_ft_factors';
Line: 353

  savepoint update_percent_ft_factors;
Line: 365

    ben_percent_ft_factors_bk2.update_percent_ft_factors_b
      (
       p_pct_fl_tm_fctr_id              =>  p_pct_fl_tm_fctr_id
      ,p_name                           =>  p_name
      ,p_business_group_id              =>  p_business_group_id
      ,p_mx_pct_val                     =>  p_mx_pct_val
      ,p_mn_pct_val                     =>  p_mn_pct_val
      ,p_no_mn_pct_val_flag             =>  p_no_mn_pct_val_flag
      ,p_no_mx_pct_val_flag             =>  p_no_mx_pct_val_flag
      ,p_use_prmry_asnt_only_flag       =>  p_use_prmry_asnt_only_flag
      ,p_use_sum_of_all_asnts_flag      =>  p_use_sum_of_all_asnts_flag
      ,p_rndg_cd                        =>  p_rndg_cd
      ,p_rndg_rl                        =>  p_rndg_rl
      ,p_pff_attribute_category         =>  p_pff_attribute_category
      ,p_pff_attribute1                 =>  p_pff_attribute1
      ,p_pff_attribute2                 =>  p_pff_attribute2
      ,p_pff_attribute3                 =>  p_pff_attribute3
      ,p_pff_attribute4                 =>  p_pff_attribute4
      ,p_pff_attribute5                 =>  p_pff_attribute5
      ,p_pff_attribute6                 =>  p_pff_attribute6
      ,p_pff_attribute7                 =>  p_pff_attribute7
      ,p_pff_attribute8                 =>  p_pff_attribute8
      ,p_pff_attribute9                 =>  p_pff_attribute9
      ,p_pff_attribute10                =>  p_pff_attribute10
      ,p_pff_attribute11                =>  p_pff_attribute11
      ,p_pff_attribute12                =>  p_pff_attribute12
      ,p_pff_attribute13                =>  p_pff_attribute13
      ,p_pff_attribute14                =>  p_pff_attribute14
      ,p_pff_attribute15                =>  p_pff_attribute15
      ,p_pff_attribute16                =>  p_pff_attribute16
      ,p_pff_attribute17                =>  p_pff_attribute17
      ,p_pff_attribute18                =>  p_pff_attribute18
      ,p_pff_attribute19                =>  p_pff_attribute19
      ,p_pff_attribute20                =>  p_pff_attribute20
      ,p_pff_attribute21                =>  p_pff_attribute21
      ,p_pff_attribute22                =>  p_pff_attribute22
      ,p_pff_attribute23                =>  p_pff_attribute23
      ,p_pff_attribute24                =>  p_pff_attribute24
      ,p_pff_attribute25                =>  p_pff_attribute25
      ,p_pff_attribute26                =>  p_pff_attribute26
      ,p_pff_attribute27                =>  p_pff_attribute27
      ,p_pff_attribute28                =>  p_pff_attribute28
      ,p_pff_attribute29                =>  p_pff_attribute29
      ,p_pff_attribute30                =>  p_pff_attribute30
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                 => trunc(p_effective_date)
      );
Line: 415

        (p_module_name => 'UPDATE_percent_ft_factors'
        ,p_hook_type   => 'BP'
        );
Line: 475

    ben_percent_ft_factors_bk2.update_percent_ft_factors_a
      (
       p_pct_fl_tm_fctr_id              =>  p_pct_fl_tm_fctr_id
      ,p_name                           =>  p_name
      ,p_business_group_id              =>  p_business_group_id
      ,p_mx_pct_val                     =>  p_mx_pct_val
      ,p_mn_pct_val                     =>  p_mn_pct_val
      ,p_no_mn_pct_val_flag             =>  p_no_mn_pct_val_flag
      ,p_no_mx_pct_val_flag             =>  p_no_mx_pct_val_flag
      ,p_use_prmry_asnt_only_flag       =>  p_use_prmry_asnt_only_flag
      ,p_use_sum_of_all_asnts_flag      =>  p_use_sum_of_all_asnts_flag
      ,p_rndg_cd                        =>  p_rndg_cd
      ,p_rndg_rl                        =>  p_rndg_rl
      ,p_pff_attribute_category         =>  p_pff_attribute_category
      ,p_pff_attribute1                 =>  p_pff_attribute1
      ,p_pff_attribute2                 =>  p_pff_attribute2
      ,p_pff_attribute3                 =>  p_pff_attribute3
      ,p_pff_attribute4                 =>  p_pff_attribute4
      ,p_pff_attribute5                 =>  p_pff_attribute5
      ,p_pff_attribute6                 =>  p_pff_attribute6
      ,p_pff_attribute7                 =>  p_pff_attribute7
      ,p_pff_attribute8                 =>  p_pff_attribute8
      ,p_pff_attribute9                 =>  p_pff_attribute9
      ,p_pff_attribute10                =>  p_pff_attribute10
      ,p_pff_attribute11                =>  p_pff_attribute11
      ,p_pff_attribute12                =>  p_pff_attribute12
      ,p_pff_attribute13                =>  p_pff_attribute13
      ,p_pff_attribute14                =>  p_pff_attribute14
      ,p_pff_attribute15                =>  p_pff_attribute15
      ,p_pff_attribute16                =>  p_pff_attribute16
      ,p_pff_attribute17                =>  p_pff_attribute17
      ,p_pff_attribute18                =>  p_pff_attribute18
      ,p_pff_attribute19                =>  p_pff_attribute19
      ,p_pff_attribute20                =>  p_pff_attribute20
      ,p_pff_attribute21                =>  p_pff_attribute21
      ,p_pff_attribute22                =>  p_pff_attribute22
      ,p_pff_attribute23                =>  p_pff_attribute23
      ,p_pff_attribute24                =>  p_pff_attribute24
      ,p_pff_attribute25                =>  p_pff_attribute25
      ,p_pff_attribute26                =>  p_pff_attribute26
      ,p_pff_attribute27                =>  p_pff_attribute27
      ,p_pff_attribute28                =>  p_pff_attribute28
      ,p_pff_attribute29                =>  p_pff_attribute29
      ,p_pff_attribute30                =>  p_pff_attribute30
      ,p_object_version_number          =>  l_object_version_number
      ,p_effective_date                => trunc(p_effective_date)
      );
Line: 525

        (p_module_name => 'UPDATE_percent_ft_factors'
        ,p_hook_type   => 'AP'
        );
Line: 554

    ROLLBACK TO update_percent_ft_factors;
Line: 566

    ROLLBACK TO update_percent_ft_factors;
Line: 570

end update_percent_ft_factors;
Line: 575

procedure delete_percent_ft_factors
  (p_validate                       in  boolean  default false
  ,p_pct_fl_tm_fctr_id              in  number
  ,p_object_version_number          in out nocopy number
  ,p_effective_date                 in  date
  ) is
  --
  -- Declare cursors and local variables
  --
  l_proc varchar2(72) := g_package||'update_percent_ft_factors';
Line: 593

  savepoint delete_percent_ft_factors;
Line: 606

    ben_percent_ft_factors_bk3.delete_percent_ft_factors_b
      (
       p_pct_fl_tm_fctr_id              =>  p_pct_fl_tm_fctr_id
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
      );
Line: 615

        (p_module_name => 'DELETE_percent_ft_factors'
        ,p_hook_type   => 'BP'
        );
Line: 634

    ben_percent_ft_factors_bk3.delete_percent_ft_factors_a
      (
       p_pct_fl_tm_fctr_id              =>  p_pct_fl_tm_fctr_id
      ,p_object_version_number          =>  l_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
      );
Line: 643

        (p_module_name => 'DELETE_percent_ft_factors'
        ,p_hook_type   => 'AP'
        );
Line: 668

    ROLLBACK TO delete_percent_ft_factors;
Line: 679

    ROLLBACK TO delete_percent_ft_factors;
Line: 683

end delete_percent_ft_factors;