DBA Data[Home] [Help]

APPS.BEN_ELIG_HLTH_CVG_PRTE_API SQL Statements

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

Line: 294

    /* Inserted for nocopy changes */
    p_ELIG_HLTH_CVG_PRTE_id := null;
Line: 306

procedure update_ELIG_HLTH_CVG_PRTE
  (p_validate                       in  boolean   default false
  ,p_ELIG_HLTH_CVG_PRTE_id          in  number
  ,p_effective_start_date           out nocopy date
  ,p_effective_end_date             out nocopy date
  ,p_excld_flag                     in  varchar2  default hr_api.g_varchar2
  ,p_ordr_num                       in  number    default hr_api.g_number
  ,p_pl_typ_opt_typ_id              in  number    default hr_api.g_number
  ,p_oipl_id                        in  number    default hr_api.g_number
  ,p_eligy_prfl_id                  in  number    default hr_api.g_number
  ,p_business_group_id              in  number    default hr_api.g_number
  ,p_ehc_attribute_category         in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute1                 in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute2                 in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute3                 in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute4                 in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute5                 in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute6                 in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute7                 in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute8                 in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute9                 in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute10                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute11                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute12                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute13                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute14                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute15                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute16                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute17                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute18                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute19                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute20                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute21                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute22                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute23                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute24                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute25                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute26                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute27                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute28                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_attribute29                in  varchar2  default hr_api.g_varchar2
  ,p_ehc_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_HLTH_CVG_PRTE';
Line: 366

  savepoint update_ELIG_HLTH_CVG_PRTE;
Line: 378

    ben_ELIG_HLTH_CVG_PRTE_bk2.update_ELIG_HLTH_CVG_PRTE_b
      (
       p_ELIG_HLTH_CVG_PRTE_id          =>  p_ELIG_HLTH_CVG_PRTE_id
      ,p_excld_flag                     =>  p_excld_flag
      ,p_ordr_num                       =>  p_ordr_num
      ,p_pl_typ_opt_typ_id              =>  p_pl_typ_opt_typ_id
      ,p_oipl_id                        =>  p_oipl_id
      ,p_eligy_prfl_id                  =>  p_eligy_prfl_id
      ,p_business_group_id              =>  p_business_group_id
      ,p_ehc_attribute_category         =>  p_ehc_attribute_category
      ,p_ehc_attribute1                 =>  p_ehc_attribute1
      ,p_ehc_attribute2                 =>  p_ehc_attribute2
      ,p_ehc_attribute3                 =>  p_ehc_attribute3
      ,p_ehc_attribute4                 =>  p_ehc_attribute4
      ,p_ehc_attribute5                 =>  p_ehc_attribute5
      ,p_ehc_attribute6                 =>  p_ehc_attribute6
      ,p_ehc_attribute7                 =>  p_ehc_attribute7
      ,p_ehc_attribute8                 =>  p_ehc_attribute8
      ,p_ehc_attribute9                 =>  p_ehc_attribute9
      ,p_ehc_attribute10                =>  p_ehc_attribute10
      ,p_ehc_attribute11                =>  p_ehc_attribute11
      ,p_ehc_attribute12                =>  p_ehc_attribute12
      ,p_ehc_attribute13                =>  p_ehc_attribute13
      ,p_ehc_attribute14                =>  p_ehc_attribute14
      ,p_ehc_attribute15                =>  p_ehc_attribute15
      ,p_ehc_attribute16                =>  p_ehc_attribute16
      ,p_ehc_attribute17                =>  p_ehc_attribute17
      ,p_ehc_attribute18                =>  p_ehc_attribute18
      ,p_ehc_attribute19                =>  p_ehc_attribute19
      ,p_ehc_attribute20                =>  p_ehc_attribute20
      ,p_ehc_attribute21                =>  p_ehc_attribute21
      ,p_ehc_attribute22                =>  p_ehc_attribute22
      ,p_ehc_attribute23                =>  p_ehc_attribute23
      ,p_ehc_attribute24                =>  p_ehc_attribute24
      ,p_ehc_attribute25                =>  p_ehc_attribute25
      ,p_ehc_attribute26                =>  p_ehc_attribute26
      ,p_ehc_attribute27                =>  p_ehc_attribute27
      ,p_ehc_attribute28                =>  p_ehc_attribute28
      ,p_ehc_attribute29                =>  p_ehc_attribute29
      ,p_ehc_attribute30                =>  p_ehc_attribute30
      ,p_object_version_number          =>  p_object_version_number
      ,p_effective_date                 =>  trunc(p_effective_date)
      ,p_datetrack_mode                 =>  p_datetrack_mode
      );
Line: 425

        (p_module_name => 'UPDATE_ELIG_HLTH_CVG_PRTE'
        ,p_hook_type   => 'BP'
        );
Line: 484

    ben_ELIG_HLTH_CVG_PRTE_bk2.update_ELIG_HLTH_CVG_PRTE_a
      (
       p_ELIG_HLTH_CVG_PRTE_id          =>  p_ELIG_HLTH_CVG_PRTE_id
      ,p_effective_start_date           =>  l_effective_start_date
      ,p_effective_end_date             =>  l_effective_end_date
      ,p_excld_flag                     =>  p_excld_flag
      ,p_ordr_num                       =>  p_ordr_num
      ,p_pl_typ_opt_typ_id              =>  p_pl_typ_opt_typ_id
      ,p_oipl_id                        =>  p_oipl_id
      ,p_eligy_prfl_id                  =>  p_eligy_prfl_id
      ,p_business_group_id              =>  p_business_group_id
      ,p_ehc_attribute_category         =>  p_ehc_attribute_category
      ,p_ehc_attribute1                 =>  p_ehc_attribute1
      ,p_ehc_attribute2                 =>  p_ehc_attribute2
      ,p_ehc_attribute3                 =>  p_ehc_attribute3
      ,p_ehc_attribute4                 =>  p_ehc_attribute4
      ,p_ehc_attribute5                 =>  p_ehc_attribute5
      ,p_ehc_attribute6                 =>  p_ehc_attribute6
      ,p_ehc_attribute7                 =>  p_ehc_attribute7
      ,p_ehc_attribute8                 =>  p_ehc_attribute8
      ,p_ehc_attribute9                 =>  p_ehc_attribute9
      ,p_ehc_attribute10                =>  p_ehc_attribute10
      ,p_ehc_attribute11                =>  p_ehc_attribute11
      ,p_ehc_attribute12                =>  p_ehc_attribute12
      ,p_ehc_attribute13                =>  p_ehc_attribute13
      ,p_ehc_attribute14                =>  p_ehc_attribute14
      ,p_ehc_attribute15                =>  p_ehc_attribute15
      ,p_ehc_attribute16                =>  p_ehc_attribute16
      ,p_ehc_attribute17                =>  p_ehc_attribute17
      ,p_ehc_attribute18                =>  p_ehc_attribute18
      ,p_ehc_attribute19                =>  p_ehc_attribute19
      ,p_ehc_attribute20                =>  p_ehc_attribute20
      ,p_ehc_attribute21                =>  p_ehc_attribute21
      ,p_ehc_attribute22                =>  p_ehc_attribute22
      ,p_ehc_attribute23                =>  p_ehc_attribute23
      ,p_ehc_attribute24                =>  p_ehc_attribute24
      ,p_ehc_attribute25                =>  p_ehc_attribute25
      ,p_ehc_attribute26                =>  p_ehc_attribute26
      ,p_ehc_attribute27                =>  p_ehc_attribute27
      ,p_ehc_attribute28                =>  p_ehc_attribute28
      ,p_ehc_attribute29                =>  p_ehc_attribute29
      ,p_ehc_attribute30                =>  p_ehc_attribute30
      ,p_object_version_number          =>  l_object_version_number
      ,p_effective_date                 =>  trunc(p_effective_date)
      ,p_datetrack_mode                 =>  p_datetrack_mode
      );
Line: 533

        (p_module_name => 'UPDATE_ELIG_HLTH_CVG_PRTE'
        ,p_hook_type   => 'AP'
        );
Line: 564

    ROLLBACK TO update_ELIG_HLTH_CVG_PRTE;
Line: 576

    ROLLBACK TO update_ELIG_HLTH_CVG_PRTE;
Line: 577

    /* Inserted for nocopy changes */
    p_object_version_number := l_object_version_number;
Line: 583

end update_ELIG_HLTH_CVG_PRTE;
Line: 588

procedure delete_ELIG_HLTH_CVG_PRTE
  (p_validate                       in  boolean  default false
  ,p_ELIG_HLTH_CVG_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_HLTH_CVG_PRTE';
Line: 611

  savepoint delete_ELIG_HLTH_CVG_PRTE;
Line: 624

    ben_ELIG_HLTH_CVG_PRTE_bk3.delete_ELIG_HLTH_CVG_PRTE_b
      (
       p_ELIG_HLTH_CVG_PRTE_id  =>  p_ELIG_HLTH_CVG_PRTE_id
      ,p_object_version_number  =>  p_object_version_number
      ,p_effective_date         =>  trunc(p_effective_date)
      ,p_datetrack_mode         =>  p_datetrack_mode
      );
Line: 634

        (p_module_name => 'DELETE_ELIG_HLTH_CVG_PRTE'
        ,p_hook_type   => 'BP'
        );
Line: 656

    ben_ELIG_HLTH_CVG_PRTE_bk3.delete_ELIG_HLTH_CVG_PRTE_a
      (
       p_ELIG_HLTH_CVG_PRTE_id         =>  p_ELIG_HLTH_CVG_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: 668

        (p_module_name => 'DELETE_ELIG_HLTH_CVG_PRTE'
        ,p_hook_type   => 'AP'
        );
Line: 677

    (p_event                       => 'DELETE',
     p_base_table                  => 'BEN_ELIGY_PRFL_F',
     p_base_table_column           => 'ELIGY_PRFL_ID',
     p_base_table_column_value     =>  ben_ehc_shd.g_old_rec.eligy_prfl_id,
     p_base_table_reference_column => 'ELIG_HLTH_CVG_FLAG',
     p_reference_table             => 'BEN_ELIG_HLTH_CVG_PRTE_F',
     p_reference_table_column      => 'ELIGY_PRFL_ID');
Line: 702

    ROLLBACK TO delete_ELIG_HLTH_CVG_PRTE;
Line: 715

    ROLLBACK TO delete_ELIG_HLTH_CVG_PRTE;
Line: 716

    /* Inserted for nocopy changes */
    p_object_version_number := l_object_version_number;
Line: 722

end delete_ELIG_HLTH_CVG_PRTE;