DBA Data[Home] [Help]

APPS.BEN_TTL_PRTT_RT_API SQL Statements

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

Line: 320

procedure update_ttl_prtt_rt
  (p_validate                       in  boolean   default false
  ,p_ttl_prtt_rt_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_excld_flag                     in  varchar2  default hr_api.g_varchar2
  ,p_no_mn_prtt_num_apls_flag       in  varchar2  default hr_api.g_varchar2
  ,p_no_mx_prtt_num_apls_flag       in  varchar2  default hr_api.g_varchar2
  ,p_ordr_num                       in  number    default hr_api.g_number
  ,p_mn_prtt_num                    in  number    default hr_api.g_number
  ,p_mx_prtt_num                    in  number    default hr_api.g_number
  ,p_prtt_det_cd                    in  varchar2  default hr_api.g_varchar2
  ,p_prtt_det_rl                    in  number    default hr_api.g_number
  ,p_vrbl_rt_prfl_id                in  number    default hr_api.g_number
  ,p_ttp_attribute_category         in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute1                 in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute2                 in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute3                 in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute4                 in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute5                 in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute6                 in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute7                 in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute8                 in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute9                 in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute10                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute11                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute12                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute13                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute14                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute15                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute16                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute17                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute18                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute19                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute20                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute21                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute22                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute23                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute24                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute25                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute26                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute27                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute28                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_attribute29                in  varchar2  default hr_api.g_varchar2
  ,p_ttp_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_ttl_prtt_rt';
Line: 384

  savepoint update_ttl_prtt_rt;
Line: 396

    ben_ttl_prtt_rt_bk2.update_ttl_prtt_rt_b
      (
       p_ttl_prtt_rt_id                 =>  p_ttl_prtt_rt_id
      ,p_business_group_id              =>  p_business_group_id
      ,p_excld_flag                     =>  p_excld_flag
      ,p_no_mn_prtt_num_apls_flag       =>  p_no_mn_prtt_num_apls_flag
      ,p_no_mx_prtt_num_apls_flag       =>  p_no_mx_prtt_num_apls_flag
      ,p_ordr_num                       =>  p_ordr_num
      ,p_mn_prtt_num                    =>  p_mn_prtt_num
      ,p_mx_prtt_num                    =>  p_mx_prtt_num
      ,p_prtt_det_cd                    =>  p_prtt_det_cd
      ,p_prtt_det_rl                    =>  p_prtt_det_rl
      ,p_vrbl_rt_prfl_id                =>  p_vrbl_rt_prfl_id
      ,p_ttp_attribute_category         =>  p_ttp_attribute_category
      ,p_ttp_attribute1                 =>  p_ttp_attribute1
      ,p_ttp_attribute2                 =>  p_ttp_attribute2
      ,p_ttp_attribute3                 =>  p_ttp_attribute3
      ,p_ttp_attribute4                 =>  p_ttp_attribute4
      ,p_ttp_attribute5                 =>  p_ttp_attribute5
      ,p_ttp_attribute6                 =>  p_ttp_attribute6
      ,p_ttp_attribute7                 =>  p_ttp_attribute7
      ,p_ttp_attribute8                 =>  p_ttp_attribute8
      ,p_ttp_attribute9                 =>  p_ttp_attribute9
      ,p_ttp_attribute10                =>  p_ttp_attribute10
      ,p_ttp_attribute11                =>  p_ttp_attribute11
      ,p_ttp_attribute12                =>  p_ttp_attribute12
      ,p_ttp_attribute13                =>  p_ttp_attribute13
      ,p_ttp_attribute14                =>  p_ttp_attribute14
      ,p_ttp_attribute15                =>  p_ttp_attribute15
      ,p_ttp_attribute16                =>  p_ttp_attribute16
      ,p_ttp_attribute17                =>  p_ttp_attribute17
      ,p_ttp_attribute18                =>  p_ttp_attribute18
      ,p_ttp_attribute19                =>  p_ttp_attribute19
      ,p_ttp_attribute20                =>  p_ttp_attribute20
      ,p_ttp_attribute21                =>  p_ttp_attribute21
      ,p_ttp_attribute22                =>  p_ttp_attribute22
      ,p_ttp_attribute23                =>  p_ttp_attribute23
      ,p_ttp_attribute24                =>  p_ttp_attribute24
      ,p_ttp_attribute25                =>  p_ttp_attribute25
      ,p_ttp_attribute26                =>  p_ttp_attribute26
      ,p_ttp_attribute27                =>  p_ttp_attribute27
      ,p_ttp_attribute28                =>  p_ttp_attribute28
      ,p_ttp_attribute29                =>  p_ttp_attribute29
      ,p_ttp_attribute30                =>  p_ttp_attribute30
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 447

        (p_module_name => 'UPDATE_ttl_prtt_rt'
        ,p_hook_type   => 'BP'
        );
Line: 510

    ben_ttl_prtt_rt_bk2.update_ttl_prtt_rt_a
      (
       p_ttl_prtt_rt_id                 =>  p_ttl_prtt_rt_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_excld_flag                     =>  p_excld_flag
      ,p_no_mn_prtt_num_apls_flag       =>  p_no_mn_prtt_num_apls_flag
      ,p_no_mx_prtt_num_apls_flag       =>  p_no_mx_prtt_num_apls_flag
      ,p_ordr_num                       =>  p_ordr_num
      ,p_mn_prtt_num                    =>  p_mn_prtt_num
      ,p_mx_prtt_num                    =>  p_mx_prtt_num
      ,p_prtt_det_cd                    =>  p_prtt_det_cd
      ,p_prtt_det_rl                    =>  p_prtt_det_rl
      ,p_vrbl_rt_prfl_id                =>  p_vrbl_rt_prfl_id
      ,p_ttp_attribute_category         =>  p_ttp_attribute_category
      ,p_ttp_attribute1                 =>  p_ttp_attribute1
      ,p_ttp_attribute2                 =>  p_ttp_attribute2
      ,p_ttp_attribute3                 =>  p_ttp_attribute3
      ,p_ttp_attribute4                 =>  p_ttp_attribute4
      ,p_ttp_attribute5                 =>  p_ttp_attribute5
      ,p_ttp_attribute6                 =>  p_ttp_attribute6
      ,p_ttp_attribute7                 =>  p_ttp_attribute7
      ,p_ttp_attribute8                 =>  p_ttp_attribute8
      ,p_ttp_attribute9                 =>  p_ttp_attribute9
      ,p_ttp_attribute10                =>  p_ttp_attribute10
      ,p_ttp_attribute11                =>  p_ttp_attribute11
      ,p_ttp_attribute12                =>  p_ttp_attribute12
      ,p_ttp_attribute13                =>  p_ttp_attribute13
      ,p_ttp_attribute14                =>  p_ttp_attribute14
      ,p_ttp_attribute15                =>  p_ttp_attribute15
      ,p_ttp_attribute16                =>  p_ttp_attribute16
      ,p_ttp_attribute17                =>  p_ttp_attribute17
      ,p_ttp_attribute18                =>  p_ttp_attribute18
      ,p_ttp_attribute19                =>  p_ttp_attribute19
      ,p_ttp_attribute20                =>  p_ttp_attribute20
      ,p_ttp_attribute21                =>  p_ttp_attribute21
      ,p_ttp_attribute22                =>  p_ttp_attribute22
      ,p_ttp_attribute23                =>  p_ttp_attribute23
      ,p_ttp_attribute24                =>  p_ttp_attribute24
      ,p_ttp_attribute25                =>  p_ttp_attribute25
      ,p_ttp_attribute26                =>  p_ttp_attribute26
      ,p_ttp_attribute27                =>  p_ttp_attribute27
      ,p_ttp_attribute28                =>  p_ttp_attribute28
      ,p_ttp_attribute29                =>  p_ttp_attribute29
      ,p_ttp_attribute30                =>  p_ttp_attribute30
      ,p_object_version_number          =>  l_object_version_number
      ,p_effective_date                     => trunc(p_effective_date)
      ,p_datetrack_mode                     => p_datetrack_mode
      );
Line: 563

        (p_module_name => 'UPDATE_ttl_prtt_rt'
        ,p_hook_type   => 'AP'
        );
Line: 594

    ROLLBACK TO update_ttl_prtt_rt;
Line: 606

    ROLLBACK TO update_ttl_prtt_rt;
Line: 614

end update_ttl_prtt_rt;
Line: 619

procedure delete_ttl_prtt_rt
  (p_validate                       in  boolean  default false
  ,p_ttl_prtt_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_ttl_prtt_rt';
Line: 642

  savepoint delete_ttl_prtt_rt;
Line: 655

    ben_ttl_prtt_rt_bk3.delete_ttl_prtt_rt_b
      (
       p_ttl_prtt_rt_id                 =>  p_ttl_prtt_rt_id
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 665

        (p_module_name => 'DELETE_ttl_prtt_rt'
        ,p_hook_type   => 'BP'
        );
Line: 687

    ben_ttl_prtt_rt_bk3.delete_ttl_prtt_rt_a
      (
       p_ttl_prtt_rt_id                 =>  p_ttl_prtt_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: 699

        (p_module_name => 'DELETE_ttl_prtt_rt'
        ,p_hook_type   => 'AP'
        );
Line: 708

    (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_ttp_shd.g_old_rec.vrbl_rt_prfl_id,
     p_base_table_reference_column => 'RT_TTL_PRTT_FLAG',
     p_reference_table             => 'BEN_TTL_PRTT_RT_F',
     p_reference_table_column      => 'VRBL_RT_PRFL_ID');
Line: 733

    ROLLBACK TO delete_ttl_prtt_rt;
Line: 746

    ROLLBACK TO delete_ttl_prtt_rt;
Line: 754

end delete_ttl_prtt_rt;