DBA Data[Home] [Help]

APPS.BEN_PYMT_SCHED_PY_FREQ_API SQL Statements

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

Line: 272

procedure update_pymt_sched_py_freq
  (p_validate                       in  boolean   default false
  ,p_pymt_sched_py_freq_id          in  number
  ,p_py_freq_cd                     in  varchar2  default hr_api.g_varchar2
  ,p_dflt_flag                      in  varchar2  default hr_api.g_varchar2
  ,p_business_group_id              in  number    default hr_api.g_number
  ,p_acty_rt_pymt_sched_id          in  number    default hr_api.g_number
  ,p_psq_attribute_category         in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute1                 in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute2                 in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute3                 in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute4                 in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute5                 in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute6                 in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute7                 in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute8                 in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute9                 in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute10                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute11                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute12                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute13                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute14                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute15                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute16                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute17                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute18                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute19                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute20                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute21                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute22                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute23                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute24                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute25                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute26                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute27                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute28                in  varchar2  default hr_api.g_varchar2
  ,p_psq_attribute29                in  varchar2  default hr_api.g_varchar2
  ,p_psq_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_pymt_sched_py_freq';
Line: 325

  savepoint update_pymt_sched_py_freq;
Line: 337

    ben_pymt_sched_py_freq_bk2.update_pymt_sched_py_freq_b
      (
       p_pymt_sched_py_freq_id          =>  p_pymt_sched_py_freq_id
      ,p_py_freq_cd                     =>  p_py_freq_cd
      ,p_dflt_flag                      =>  p_dflt_flag
      ,p_business_group_id              =>  p_business_group_id
      ,p_acty_rt_pymt_sched_id          =>  p_acty_rt_pymt_sched_id
      ,p_psq_attribute_category         =>  p_psq_attribute_category
      ,p_psq_attribute1                 =>  p_psq_attribute1
      ,p_psq_attribute2                 =>  p_psq_attribute2
      ,p_psq_attribute3                 =>  p_psq_attribute3
      ,p_psq_attribute4                 =>  p_psq_attribute4
      ,p_psq_attribute5                 =>  p_psq_attribute5
      ,p_psq_attribute6                 =>  p_psq_attribute6
      ,p_psq_attribute7                 =>  p_psq_attribute7
      ,p_psq_attribute8                 =>  p_psq_attribute8
      ,p_psq_attribute9                 =>  p_psq_attribute9
      ,p_psq_attribute10                =>  p_psq_attribute10
      ,p_psq_attribute11                =>  p_psq_attribute11
      ,p_psq_attribute12                =>  p_psq_attribute12
      ,p_psq_attribute13                =>  p_psq_attribute13
      ,p_psq_attribute14                =>  p_psq_attribute14
      ,p_psq_attribute15                =>  p_psq_attribute15
      ,p_psq_attribute16                =>  p_psq_attribute16
      ,p_psq_attribute17                =>  p_psq_attribute17
      ,p_psq_attribute18                =>  p_psq_attribute18
      ,p_psq_attribute19                =>  p_psq_attribute19
      ,p_psq_attribute20                =>  p_psq_attribute20
      ,p_psq_attribute21                =>  p_psq_attribute21
      ,p_psq_attribute22                =>  p_psq_attribute22
      ,p_psq_attribute23                =>  p_psq_attribute23
      ,p_psq_attribute24                =>  p_psq_attribute24
      ,p_psq_attribute25                =>  p_psq_attribute25
      ,p_psq_attribute26                =>  p_psq_attribute26
      ,p_psq_attribute27                =>  p_psq_attribute27
      ,p_psq_attribute28                =>  p_psq_attribute28
      ,p_psq_attribute29                =>  p_psq_attribute29
      ,p_psq_attribute30                =>  p_psq_attribute30
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                 => trunc(p_effective_date)
      );
Line: 381

        (p_module_name => 'UPDATE_pymt_sched_py_freq'
        ,p_hook_type   => 'BP'
        );
Line: 435

    ben_pymt_sched_py_freq_bk2.update_pymt_sched_py_freq_a
      (
       p_pymt_sched_py_freq_id          =>  p_pymt_sched_py_freq_id
      ,p_py_freq_cd                     =>  p_py_freq_cd
      ,p_dflt_flag                      =>  p_dflt_flag
      ,p_business_group_id              =>  p_business_group_id
      ,p_acty_rt_pymt_sched_id          =>  p_acty_rt_pymt_sched_id
      ,p_psq_attribute_category         =>  p_psq_attribute_category
      ,p_psq_attribute1                 =>  p_psq_attribute1
      ,p_psq_attribute2                 =>  p_psq_attribute2
      ,p_psq_attribute3                 =>  p_psq_attribute3
      ,p_psq_attribute4                 =>  p_psq_attribute4
      ,p_psq_attribute5                 =>  p_psq_attribute5
      ,p_psq_attribute6                 =>  p_psq_attribute6
      ,p_psq_attribute7                 =>  p_psq_attribute7
      ,p_psq_attribute8                 =>  p_psq_attribute8
      ,p_psq_attribute9                 =>  p_psq_attribute9
      ,p_psq_attribute10                =>  p_psq_attribute10
      ,p_psq_attribute11                =>  p_psq_attribute11
      ,p_psq_attribute12                =>  p_psq_attribute12
      ,p_psq_attribute13                =>  p_psq_attribute13
      ,p_psq_attribute14                =>  p_psq_attribute14
      ,p_psq_attribute15                =>  p_psq_attribute15
      ,p_psq_attribute16                =>  p_psq_attribute16
      ,p_psq_attribute17                =>  p_psq_attribute17
      ,p_psq_attribute18                =>  p_psq_attribute18
      ,p_psq_attribute19                =>  p_psq_attribute19
      ,p_psq_attribute20                =>  p_psq_attribute20
      ,p_psq_attribute21                =>  p_psq_attribute21
      ,p_psq_attribute22                =>  p_psq_attribute22
      ,p_psq_attribute23                =>  p_psq_attribute23
      ,p_psq_attribute24                =>  p_psq_attribute24
      ,p_psq_attribute25                =>  p_psq_attribute25
      ,p_psq_attribute26                =>  p_psq_attribute26
      ,p_psq_attribute27                =>  p_psq_attribute27
      ,p_psq_attribute28                =>  p_psq_attribute28
      ,p_psq_attribute29                =>  p_psq_attribute29
      ,p_psq_attribute30                =>  p_psq_attribute30
      ,p_object_version_number          =>  l_object_version_number
      ,p_effective_date                => trunc(p_effective_date)
      );
Line: 479

        (p_module_name => 'UPDATE_pymt_sched_py_freq'
        ,p_hook_type   => 'AP'
        );
Line: 508

    ROLLBACK TO update_pymt_sched_py_freq;
Line: 522

    ROLLBACK TO update_pymt_sched_py_freq;
Line: 525

end update_pymt_sched_py_freq;
Line: 530

procedure delete_pymt_sched_py_freq
  (p_validate                       in  boolean  default false
  ,p_pymt_sched_py_freq_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_pymt_sched_py_freq';
Line: 548

  savepoint delete_pymt_sched_py_freq;
Line: 561

    ben_pymt_sched_py_freq_bk3.delete_pymt_sched_py_freq_b
      (
       p_pymt_sched_py_freq_id          =>  p_pymt_sched_py_freq_id
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
      );
Line: 570

        (p_module_name => 'DELETE_pymt_sched_py_freq'
        ,p_hook_type   => 'BP'
        );
Line: 589

    ben_pymt_sched_py_freq_bk3.delete_pymt_sched_py_freq_a
      (
       p_pymt_sched_py_freq_id          =>  p_pymt_sched_py_freq_id
      ,p_object_version_number          =>  l_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
      );
Line: 598

        (p_module_name => 'DELETE_pymt_sched_py_freq'
        ,p_hook_type   => 'AP'
        );
Line: 623

    ROLLBACK TO delete_pymt_sched_py_freq;
Line: 640

    ROLLBACK TO delete_pymt_sched_py_freq;
Line: 643

end delete_pymt_sched_py_freq;