DBA Data[Home] [Help]

APPS.BEN_ELIG_OPTD_MDCR_PRTE_API SQL Statements

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

Line: 294

procedure update_ELIG_OPTD_MDCR_PRTE
  (p_validate                       in  boolean   default false
  ,p_elig_optd_mdcr_prte_id         in  number
  ,p_effective_start_date           out nocopy date
  ,p_effective_end_date             out nocopy date
  ,p_optd_mdcr_flag                 in  varchar2  default hr_api.g_varchar2
  ,p_exlcd_flag                     in  varchar2  default hr_api.g_varchar2
  ,p_eligy_prfl_id                  in  number    default hr_api.g_number
  ,p_business_group_id              in  number    default hr_api.g_number
  ,p_eom_attribute_category         in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute1                 in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute2                 in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute3                 in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute4                 in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute5                 in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute6                 in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute7                 in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute8                 in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute9                 in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute10                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute11                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute12                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute13                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute14                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute15                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute16                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute17                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute18                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute19                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute20                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute21                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute22                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute23                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute24                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute25                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute26                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute27                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute28                in  varchar2  default hr_api.g_varchar2
  ,p_eom_attribute29                in  varchar2  default hr_api.g_varchar2
  ,p_eom_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_ELIG_OPTD_MDCR_PRTE';
Line: 352

  savepoint update_ELIG_OPTD_MDCR_PRTE;
Line: 364

    ben_ELIG_OPTD_MDCR_PRTE_bk2.update_ELIG_OPTD_MDCR_PRTE_b
      (
       p_elig_optd_mdcr_prte_id         =>  p_elig_optd_mdcr_prte_id
      ,p_optd_mdcr_flag                 =>  p_optd_mdcr_flag
      ,p_exlcd_flag                     =>  p_exlcd_flag
      ,p_eligy_prfl_id                  =>  p_eligy_prfl_id
      ,p_business_group_id              =>  p_business_group_id
      ,p_eom_attribute_category         =>  p_eom_attribute_category
      ,p_eom_attribute1                 =>  p_eom_attribute1
      ,p_eom_attribute2                 =>  p_eom_attribute2
      ,p_eom_attribute3                 =>  p_eom_attribute3
      ,p_eom_attribute4                 =>  p_eom_attribute4
      ,p_eom_attribute5                 =>  p_eom_attribute5
      ,p_eom_attribute6                 =>  p_eom_attribute6
      ,p_eom_attribute7                 =>  p_eom_attribute7
      ,p_eom_attribute8                 =>  p_eom_attribute8
      ,p_eom_attribute9                 =>  p_eom_attribute9
      ,p_eom_attribute10                =>  p_eom_attribute10
      ,p_eom_attribute11                =>  p_eom_attribute11
      ,p_eom_attribute12                =>  p_eom_attribute12
      ,p_eom_attribute13                =>  p_eom_attribute13
      ,p_eom_attribute14                =>  p_eom_attribute14
      ,p_eom_attribute15                =>  p_eom_attribute15
      ,p_eom_attribute16                =>  p_eom_attribute16
      ,p_eom_attribute17                =>  p_eom_attribute17
      ,p_eom_attribute18                =>  p_eom_attribute18
      ,p_eom_attribute19                =>  p_eom_attribute19
      ,p_eom_attribute20                =>  p_eom_attribute20
      ,p_eom_attribute21                =>  p_eom_attribute21
      ,p_eom_attribute22                =>  p_eom_attribute22
      ,p_eom_attribute23                =>  p_eom_attribute23
      ,p_eom_attribute24                =>  p_eom_attribute24
      ,p_eom_attribute25                =>  p_eom_attribute25
      ,p_eom_attribute26                =>  p_eom_attribute26
      ,p_eom_attribute27                =>  p_eom_attribute27
      ,p_eom_attribute28                =>  p_eom_attribute28
      ,p_eom_attribute29                =>  p_eom_attribute29
      ,p_eom_attribute30                =>  p_eom_attribute30
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 409

        (p_module_name => 'UPDATE_ELIG_OPTD_MDCR_PRTE'
        ,p_hook_type   => 'BP'
        );
Line: 466

    ben_ELIG_OPTD_MDCR_PRTE_bk2.update_ELIG_OPTD_MDCR_PRTE_a
      (
       p_elig_optd_mdcr_prte_id         =>  p_elig_optd_mdcr_prte_id
      ,p_effective_start_date           =>  l_effective_start_date
      ,p_effective_end_date             =>  l_effective_end_date
      ,p_optd_mdcr_flag                 =>  p_optd_mdcr_flag
      ,p_exlcd_flag                     =>  p_exlcd_flag
      ,p_eligy_prfl_id                  =>  p_eligy_prfl_id
      ,p_business_group_id              =>  p_business_group_id
      ,p_eom_attribute_category         =>  p_eom_attribute_category
      ,p_eom_attribute1                 =>  p_eom_attribute1
      ,p_eom_attribute2                 =>  p_eom_attribute2
      ,p_eom_attribute3                 =>  p_eom_attribute3
      ,p_eom_attribute4                 =>  p_eom_attribute4
      ,p_eom_attribute5                 =>  p_eom_attribute5
      ,p_eom_attribute6                 =>  p_eom_attribute6
      ,p_eom_attribute7                 =>  p_eom_attribute7
      ,p_eom_attribute8                 =>  p_eom_attribute8
      ,p_eom_attribute9                 =>  p_eom_attribute9
      ,p_eom_attribute10                =>  p_eom_attribute10
      ,p_eom_attribute11                =>  p_eom_attribute11
      ,p_eom_attribute12                =>  p_eom_attribute12
      ,p_eom_attribute13                =>  p_eom_attribute13
      ,p_eom_attribute14                =>  p_eom_attribute14
      ,p_eom_attribute15                =>  p_eom_attribute15
      ,p_eom_attribute16                =>  p_eom_attribute16
      ,p_eom_attribute17                =>  p_eom_attribute17
      ,p_eom_attribute18                =>  p_eom_attribute18
      ,p_eom_attribute19                =>  p_eom_attribute19
      ,p_eom_attribute20                =>  p_eom_attribute20
      ,p_eom_attribute21                =>  p_eom_attribute21
      ,p_eom_attribute22                =>  p_eom_attribute22
      ,p_eom_attribute23                =>  p_eom_attribute23
      ,p_eom_attribute24                =>  p_eom_attribute24
      ,p_eom_attribute25                =>  p_eom_attribute25
      ,p_eom_attribute26                =>  p_eom_attribute26
      ,p_eom_attribute27                =>  p_eom_attribute27
      ,p_eom_attribute28                =>  p_eom_attribute28
      ,p_eom_attribute29                =>  p_eom_attribute29
      ,p_eom_attribute30                =>  p_eom_attribute30
      ,p_object_version_number          =>  l_object_version_number
      ,p_effective_date                     => trunc(p_effective_date)
      ,p_datetrack_mode                     => p_datetrack_mode
      );
Line: 513

        (p_module_name => 'UPDATE_ELIG_OPTD_MDCR_PRTE'
        ,p_hook_type   => 'AP'
        );
Line: 544

    ROLLBACK TO update_ELIG_OPTD_MDCR_PRTE;
Line: 558

    ROLLBACK TO update_ELIG_OPTD_MDCR_PRTE;
Line: 563

end update_ELIG_OPTD_MDCR_PRTE;
Line: 568

procedure delete_ELIG_OPTD_MDCR_PRTE
  (p_validate                       in  boolean  default false
  ,p_elig_optd_mdcr_prte_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_ELIG_OPTD_MDCR_PRTE';
Line: 591

  savepoint delete_ELIG_OPTD_MDCR_PRTE;
Line: 604

    ben_ELIG_OPTD_MDCR_PRTE_bk3.delete_ELIG_OPTD_MDCR_PRTE_b
      (
       p_elig_optd_mdcr_prte_id         =>  p_elig_optd_mdcr_prte_id
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 614

        (p_module_name => 'DELETE_ELIG_OPTD_MDCR_PRTE'
        ,p_hook_type   => 'BP'
        );
Line: 636

    ben_ELIG_OPTD_MDCR_PRTE_bk3.delete_ELIG_OPTD_MDCR_PRTE_a
      (
       p_elig_optd_mdcr_prte_id         =>  p_elig_optd_mdcr_prte_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: 648

        (p_module_name => 'DELETE_ELIG_OPTD_MDCR_PRTE'
        ,p_hook_type   => 'AP'
        );
Line: 657

    (p_event                       => 'DELETE',
     p_base_table                  => 'BEN_ELIGY_PRFL_F',
     p_base_table_column           => 'ELIGY_PRFL_ID',
     p_base_table_column_value     => ben_eom_shd.g_old_rec.eligy_prfl_id,
     p_base_table_reference_column => 'ELIG_OPTD_MDCR_FLAG',
     p_reference_table             => 'BEN_ELIG_OPTD_MDCR_PRTE_F',
     p_reference_table_column      => 'ELIGY_PRFL_ID');
Line: 682

    ROLLBACK TO delete_ELIG_OPTD_MDCR_PRTE;
Line: 695

    ROLLBACK TO delete_ELIG_OPTD_MDCR_PRTE;
Line: 700

end delete_ELIG_OPTD_MDCR_PRTE;