DBA Data[Home] [Help]

APPS.BEN_VRBL_RT_PRFL_RULE_API SQL Statements

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

Line: 294

procedure update_VRBL_RT_PRFL_RULE
  (p_validate                       in  boolean   default false
  ,p_vrbl_rt_prfl_rl_id             in  number
  ,p_effective_start_date           out nocopy date
  ,p_effective_end_date             out nocopy date
  ,p_business_group_id              in  number    default hr_api.g_number
  ,p_vrbl_rt_prfl_id                in  number    default hr_api.g_number
  ,p_formula_id                     in  number    default hr_api.g_number
  ,p_ordr_to_aply_num               in  number    default hr_api.g_number
  ,p_drvbl_fctr_apls_flag           in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute_category         in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute1                 in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute2                 in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute3                 in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute4                 in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute5                 in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute6                 in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute7                 in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute8                 in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute9                 in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute10                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute11                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute12                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute13                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute14                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute15                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute16                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute17                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute18                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute19                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute20                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute21                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute22                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute23                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute24                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute25                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute26                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute27                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute28                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_attribute29                in  varchar2  default hr_api.g_varchar2
  ,p_vpr_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_VRBL_RT_PRFL_RULE';
Line: 353

  savepoint update_VRBL_RT_PRFL_RULE;
Line: 365

    ben_VRBL_RT_PRFL_RULE_bk2.update_VRBL_RT_PRFL_RULE_b
      (
       p_vrbl_rt_prfl_rl_id             =>  p_vrbl_rt_prfl_rl_id
      ,p_business_group_id              =>  p_business_group_id
      ,p_vrbl_rt_prfl_id                =>  p_vrbl_rt_prfl_id
      ,p_formula_id                     =>  p_formula_id
      ,p_ordr_to_aply_num               =>  p_ordr_to_aply_num
      ,p_drvbl_fctr_apls_flag           =>  p_drvbl_fctr_apls_flag
      ,p_vpr_attribute_category         =>  p_vpr_attribute_category
      ,p_vpr_attribute1                 =>  p_vpr_attribute1
      ,p_vpr_attribute2                 =>  p_vpr_attribute2
      ,p_vpr_attribute3                 =>  p_vpr_attribute3
      ,p_vpr_attribute4                 =>  p_vpr_attribute4
      ,p_vpr_attribute5                 =>  p_vpr_attribute5
      ,p_vpr_attribute6                 =>  p_vpr_attribute6
      ,p_vpr_attribute7                 =>  p_vpr_attribute7
      ,p_vpr_attribute8                 =>  p_vpr_attribute8
      ,p_vpr_attribute9                 =>  p_vpr_attribute9
      ,p_vpr_attribute10                =>  p_vpr_attribute10
      ,p_vpr_attribute11                =>  p_vpr_attribute11
      ,p_vpr_attribute12                =>  p_vpr_attribute12
      ,p_vpr_attribute13                =>  p_vpr_attribute13
      ,p_vpr_attribute14                =>  p_vpr_attribute14
      ,p_vpr_attribute15                =>  p_vpr_attribute15
      ,p_vpr_attribute16                =>  p_vpr_attribute16
      ,p_vpr_attribute17                =>  p_vpr_attribute17
      ,p_vpr_attribute18                =>  p_vpr_attribute18
      ,p_vpr_attribute19                =>  p_vpr_attribute19
      ,p_vpr_attribute20                =>  p_vpr_attribute20
      ,p_vpr_attribute21                =>  p_vpr_attribute21
      ,p_vpr_attribute22                =>  p_vpr_attribute22
      ,p_vpr_attribute23                =>  p_vpr_attribute23
      ,p_vpr_attribute24                =>  p_vpr_attribute24
      ,p_vpr_attribute25                =>  p_vpr_attribute25
      ,p_vpr_attribute26                =>  p_vpr_attribute26
      ,p_vpr_attribute27                =>  p_vpr_attribute27
      ,p_vpr_attribute28                =>  p_vpr_attribute28
      ,p_vpr_attribute29                =>  p_vpr_attribute29
      ,p_vpr_attribute30                =>  p_vpr_attribute30
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 411

        (p_module_name => 'UPDATE_VRBL_RT_PRFL_RULE'
        ,p_hook_type   => 'BP'
        );
Line: 469

    ben_VRBL_RT_PRFL_RULE_bk2.update_VRBL_RT_PRFL_RULE_a
      (
       p_vrbl_rt_prfl_rl_id             =>  p_vrbl_rt_prfl_rl_id
      ,p_effective_start_date           =>  l_effective_start_date
      ,p_effective_end_date             =>  l_effective_end_date
      ,p_business_group_id              =>  p_business_group_id
      ,p_vrbl_rt_prfl_id                =>  p_vrbl_rt_prfl_id
      ,p_formula_id                     =>  p_formula_id
      ,p_ordr_to_aply_num               =>  p_ordr_to_aply_num
      ,p_drvbl_fctr_apls_flag           =>  p_drvbl_fctr_apls_flag
      ,p_vpr_attribute_category         =>  p_vpr_attribute_category
      ,p_vpr_attribute1                 =>  p_vpr_attribute1
      ,p_vpr_attribute2                 =>  p_vpr_attribute2
      ,p_vpr_attribute3                 =>  p_vpr_attribute3
      ,p_vpr_attribute4                 =>  p_vpr_attribute4
      ,p_vpr_attribute5                 =>  p_vpr_attribute5
      ,p_vpr_attribute6                 =>  p_vpr_attribute6
      ,p_vpr_attribute7                 =>  p_vpr_attribute7
      ,p_vpr_attribute8                 =>  p_vpr_attribute8
      ,p_vpr_attribute9                 =>  p_vpr_attribute9
      ,p_vpr_attribute10                =>  p_vpr_attribute10
      ,p_vpr_attribute11                =>  p_vpr_attribute11
      ,p_vpr_attribute12                =>  p_vpr_attribute12
      ,p_vpr_attribute13                =>  p_vpr_attribute13
      ,p_vpr_attribute14                =>  p_vpr_attribute14
      ,p_vpr_attribute15                =>  p_vpr_attribute15
      ,p_vpr_attribute16                =>  p_vpr_attribute16
      ,p_vpr_attribute17                =>  p_vpr_attribute17
      ,p_vpr_attribute18                =>  p_vpr_attribute18
      ,p_vpr_attribute19                =>  p_vpr_attribute19
      ,p_vpr_attribute20                =>  p_vpr_attribute20
      ,p_vpr_attribute21                =>  p_vpr_attribute21
      ,p_vpr_attribute22                =>  p_vpr_attribute22
      ,p_vpr_attribute23                =>  p_vpr_attribute23
      ,p_vpr_attribute24                =>  p_vpr_attribute24
      ,p_vpr_attribute25                =>  p_vpr_attribute25
      ,p_vpr_attribute26                =>  p_vpr_attribute26
      ,p_vpr_attribute27                =>  p_vpr_attribute27
      ,p_vpr_attribute28                =>  p_vpr_attribute28
      ,p_vpr_attribute29                =>  p_vpr_attribute29
      ,p_vpr_attribute30                =>  p_vpr_attribute30
      ,p_object_version_number          =>  l_object_version_number
      ,p_effective_date                     => trunc(p_effective_date)
      ,p_datetrack_mode                     => p_datetrack_mode
      );
Line: 517

        (p_module_name => 'UPDATE_VRBL_RT_PRFL_RULE'
        ,p_hook_type   => 'AP'
        );
Line: 548

    ROLLBACK TO update_VRBL_RT_PRFL_RULE;
Line: 560

    ROLLBACK TO update_VRBL_RT_PRFL_RULE;
Line: 566

end update_VRBL_RT_PRFL_RULE;
Line: 571

procedure delete_VRBL_RT_PRFL_RULE
  (p_validate                       in  boolean  default false
  ,p_vrbl_rt_prfl_rl_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_VRBL_RT_PRFL_RULE';
Line: 594

  savepoint delete_VRBL_RT_PRFL_RULE;
Line: 607

    ben_VRBL_RT_PRFL_RULE_bk3.delete_VRBL_RT_PRFL_RULE_b
      (
       p_vrbl_rt_prfl_rl_id             =>  p_vrbl_rt_prfl_rl_id
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 617

        (p_module_name => 'DELETE_VRBL_RT_PRFL_RULE'
        ,p_hook_type   => 'BP'
        );
Line: 639

    ben_VRBL_RT_PRFL_RULE_bk3.delete_VRBL_RT_PRFL_RULE_a
      (
       p_vrbl_rt_prfl_rl_id             =>  p_vrbl_rt_prfl_rl_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: 651

        (p_module_name => 'DELETE_VRBL_RT_PRFL_RULE'
        ,p_hook_type   => 'AP'
        );
Line: 660

    (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_vpr_shd.g_old_rec.vrbl_rt_prfl_id,
     p_base_table_reference_column => 'RT_PRFL_RL_FLAG',
     p_reference_table             => 'BEN_VRBL_RT_PRFL_RL_F',
     p_reference_table_column      => 'VRBL_RT_PRFL_ID');
Line: 685

    ROLLBACK TO delete_VRBL_RT_PRFL_RULE;
Line: 698

    ROLLBACK TO delete_VRBL_RT_PRFL_RULE;
Line: 704

end delete_VRBL_RT_PRFL_RULE;