DBA Data[Home] [Help]

APPS.BEN_ACTY_RT_PYMT_SCHED_API SQL Statements

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

Line: 283

procedure update_acty_rt_pymt_sched
  (p_validate                       in  boolean   default false
  ,p_acty_rt_pymt_sched_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_pymt_sched_rl                  in  number    default hr_api.g_number
  ,p_acty_base_rt_id                in  number    default hr_api.g_number
  ,p_pymt_sched_cd                  in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute_category         in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute1                 in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute2                 in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute3                 in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute4                 in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute5                 in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute6                 in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute7                 in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute8                 in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute9                 in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute10                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute11                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute12                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute13                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute14                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute15                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute16                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute17                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute18                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute19                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute20                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute21                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute22                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute23                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute24                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute25                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute26                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute27                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute28                in  varchar2  default hr_api.g_varchar2
  ,p_apf_attribute29                in  varchar2  default hr_api.g_varchar2
  ,p_apf_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_acty_rt_pymt_sched';
Line: 342

  savepoint update_acty_rt_pymt_sched;
Line: 354

    ben_acty_rt_pymt_sched_bk2.update_acty_rt_pymt_sched_b
      (
       p_acty_rt_pymt_sched_id          =>  p_acty_rt_pymt_sched_id
      ,p_business_group_id              =>  p_business_group_id
      ,p_pymt_sched_rl                  =>  p_pymt_sched_rl
      ,p_acty_base_rt_id                =>  p_acty_base_rt_id
      ,p_pymt_sched_cd                  =>  p_pymt_sched_cd
      ,p_apf_attribute_category         =>  p_apf_attribute_category
      ,p_apf_attribute1                 =>  p_apf_attribute1
      ,p_apf_attribute2                 =>  p_apf_attribute2
      ,p_apf_attribute3                 =>  p_apf_attribute3
      ,p_apf_attribute4                 =>  p_apf_attribute4
      ,p_apf_attribute5                 =>  p_apf_attribute5
      ,p_apf_attribute6                 =>  p_apf_attribute6
      ,p_apf_attribute7                 =>  p_apf_attribute7
      ,p_apf_attribute8                 =>  p_apf_attribute8
      ,p_apf_attribute9                 =>  p_apf_attribute9
      ,p_apf_attribute10                =>  p_apf_attribute10
      ,p_apf_attribute11                =>  p_apf_attribute11
      ,p_apf_attribute12                =>  p_apf_attribute12
      ,p_apf_attribute13                =>  p_apf_attribute13
      ,p_apf_attribute14                =>  p_apf_attribute14
      ,p_apf_attribute15                =>  p_apf_attribute15
      ,p_apf_attribute16                =>  p_apf_attribute16
      ,p_apf_attribute17                =>  p_apf_attribute17
      ,p_apf_attribute18                =>  p_apf_attribute18
      ,p_apf_attribute19                =>  p_apf_attribute19
      ,p_apf_attribute20                =>  p_apf_attribute20
      ,p_apf_attribute21                =>  p_apf_attribute21
      ,p_apf_attribute22                =>  p_apf_attribute22
      ,p_apf_attribute23                =>  p_apf_attribute23
      ,p_apf_attribute24                =>  p_apf_attribute24
      ,p_apf_attribute25                =>  p_apf_attribute25
      ,p_apf_attribute26                =>  p_apf_attribute26
      ,p_apf_attribute27                =>  p_apf_attribute27
      ,p_apf_attribute28                =>  p_apf_attribute28
      ,p_apf_attribute29                =>  p_apf_attribute29
      ,p_apf_attribute30                =>  p_apf_attribute30
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 399

        (p_module_name => 'UPDATE_acty_rt_pymt_sched'
        ,p_hook_type   => 'BP'
        );
Line: 456

    ben_acty_rt_pymt_sched_bk2.update_acty_rt_pymt_sched_a
      (
       p_acty_rt_pymt_sched_id          =>  p_acty_rt_pymt_sched_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_pymt_sched_rl                  =>  p_pymt_sched_rl
      ,p_acty_base_rt_id                =>  p_acty_base_rt_id
      ,p_pymt_sched_cd                  =>  p_pymt_sched_cd
      ,p_apf_attribute_category         =>  p_apf_attribute_category
      ,p_apf_attribute1                 =>  p_apf_attribute1
      ,p_apf_attribute2                 =>  p_apf_attribute2
      ,p_apf_attribute3                 =>  p_apf_attribute3
      ,p_apf_attribute4                 =>  p_apf_attribute4
      ,p_apf_attribute5                 =>  p_apf_attribute5
      ,p_apf_attribute6                 =>  p_apf_attribute6
      ,p_apf_attribute7                 =>  p_apf_attribute7
      ,p_apf_attribute8                 =>  p_apf_attribute8
      ,p_apf_attribute9                 =>  p_apf_attribute9
      ,p_apf_attribute10                =>  p_apf_attribute10
      ,p_apf_attribute11                =>  p_apf_attribute11
      ,p_apf_attribute12                =>  p_apf_attribute12
      ,p_apf_attribute13                =>  p_apf_attribute13
      ,p_apf_attribute14                =>  p_apf_attribute14
      ,p_apf_attribute15                =>  p_apf_attribute15
      ,p_apf_attribute16                =>  p_apf_attribute16
      ,p_apf_attribute17                =>  p_apf_attribute17
      ,p_apf_attribute18                =>  p_apf_attribute18
      ,p_apf_attribute19                =>  p_apf_attribute19
      ,p_apf_attribute20                =>  p_apf_attribute20
      ,p_apf_attribute21                =>  p_apf_attribute21
      ,p_apf_attribute22                =>  p_apf_attribute22
      ,p_apf_attribute23                =>  p_apf_attribute23
      ,p_apf_attribute24                =>  p_apf_attribute24
      ,p_apf_attribute25                =>  p_apf_attribute25
      ,p_apf_attribute26                =>  p_apf_attribute26
      ,p_apf_attribute27                =>  p_apf_attribute27
      ,p_apf_attribute28                =>  p_apf_attribute28
      ,p_apf_attribute29                =>  p_apf_attribute29
      ,p_apf_attribute30                =>  p_apf_attribute30
      ,p_object_version_number          =>  l_object_version_number
      ,p_effective_date                     => trunc(p_effective_date)
      ,p_datetrack_mode                     => p_datetrack_mode
      );
Line: 503

        (p_module_name => 'UPDATE_acty_rt_pymt_sched'
        ,p_hook_type   => 'AP'
        );
Line: 534

    ROLLBACK TO update_acty_rt_pymt_sched;
Line: 547

    ROLLBACK TO update_acty_rt_pymt_sched;
Line: 550

end update_acty_rt_pymt_sched;
Line: 555

procedure delete_acty_rt_pymt_sched
  (p_validate                       in  boolean  default false
  ,p_acty_rt_pymt_sched_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_acty_rt_pymt_sched';
Line: 579

  savepoint delete_acty_rt_pymt_sched;
Line: 592

    ben_acty_rt_pymt_sched_bk3.delete_acty_rt_pymt_sched_b
      (
       p_acty_rt_pymt_sched_id          =>  p_acty_rt_pymt_sched_id
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 602

        (p_module_name => 'DELETE_acty_rt_pymt_sched'
        ,p_hook_type   => 'BP'
        );
Line: 624

    ben_acty_rt_pymt_sched_bk3.delete_acty_rt_pymt_sched_a
      (
       p_acty_rt_pymt_sched_id          =>  p_acty_rt_pymt_sched_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: 636

        (p_module_name => 'DELETE_acty_rt_pymt_sched'
        ,p_hook_type   => 'AP'
        );
Line: 661

    ROLLBACK TO delete_acty_rt_pymt_sched;
Line: 675

    ROLLBACK TO delete_acty_rt_pymt_sched;
Line: 678

end delete_acty_rt_pymt_sched;