DBA Data[Home] [Help]

APPS.BEN_ELIG_OBJ_ELIG_PROFL_API SQL Statements

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

Line: 241

procedure update_ELIG_OBJ_ELIG_PROFL
  (p_validate                       in  boolean   default false
  ,p_elig_obj_elig_prfl_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_elig_obj_id                    in  number    default hr_api.g_number
  ,p_elig_prfl_id                   in  number    default hr_api.g_number
  ,p_mndtry_flag                    in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute_category         in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute1                 in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute2                 in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute3                 in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute4                 in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute5                 in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute6                 in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute7                 in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute8                 in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute9                 in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute10                in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute11                in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute12                in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute13                in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute14                in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute15                in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute16                in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute17                in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute18                in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute19                in  varchar2  default hr_api.g_varchar2
  ,p_bep_attribute20                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_OBJ_ELIG_PROFL';
Line: 289

  savepoint update_ELIG_OBJ_ELIG_PROFL;
Line: 301

    ben_ELIG_OBJ_ELIG_PROFL_bk2.update_ELIG_OBJ_ELIG_PROFL_b
      (
       p_elig_obj_elig_prfl_id               =>  p_elig_obj_elig_prfl_id
      ,p_business_group_id              =>  p_business_group_id
      ,p_elig_obj_id                    =>  p_elig_obj_id
      ,p_elig_prfl_id                   =>  p_elig_prfl_id
      ,p_mndtry_flag                    =>  p_mndtry_flag
      ,p_bep_attribute_category         =>  p_bep_attribute_category
      ,p_bep_attribute1                 =>  p_bep_attribute1
      ,p_bep_attribute2                 =>  p_bep_attribute2
      ,p_bep_attribute3                 =>  p_bep_attribute3
      ,p_bep_attribute4                 =>  p_bep_attribute4
      ,p_bep_attribute5                 =>  p_bep_attribute5
      ,p_bep_attribute6                 =>  p_bep_attribute6
      ,p_bep_attribute7                 =>  p_bep_attribute7
      ,p_bep_attribute8                 =>  p_bep_attribute8
      ,p_bep_attribute9                 =>  p_bep_attribute9
      ,p_bep_attribute10                =>  p_bep_attribute10
      ,p_bep_attribute11                =>  p_bep_attribute11
      ,p_bep_attribute12                =>  p_bep_attribute12
      ,p_bep_attribute13                =>  p_bep_attribute13
      ,p_bep_attribute14                =>  p_bep_attribute14
      ,p_bep_attribute15                =>  p_bep_attribute15
      ,p_bep_attribute16                =>  p_bep_attribute16
      ,p_bep_attribute17                =>  p_bep_attribute17
      ,p_bep_attribute18                =>  p_bep_attribute18
      ,p_bep_attribute19                =>  p_bep_attribute19
      ,p_bep_attribute20                =>  p_bep_attribute20
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 336

        (p_module_name => 'UPDATE_ELIG_OBJ_ELIG_PROFL'
        ,p_hook_type   => 'BP'
        );
Line: 383

    ben_ELIG_OBJ_ELIG_PROFL_bk2.update_ELIG_OBJ_ELIG_PROFL_a
      (
       p_elig_obj_elig_prfl_id               =>  p_elig_obj_elig_prfl_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_elig_obj_id                    =>  p_elig_obj_id
      ,p_elig_prfl_id                   =>  p_elig_prfl_id
      ,p_mndtry_flag                    =>  p_mndtry_flag
      ,p_bep_attribute_category         =>  p_bep_attribute_category
      ,p_bep_attribute1                 =>  p_bep_attribute1
      ,p_bep_attribute2                 =>  p_bep_attribute2
      ,p_bep_attribute3                 =>  p_bep_attribute3
      ,p_bep_attribute4                 =>  p_bep_attribute4
      ,p_bep_attribute5                 =>  p_bep_attribute5
      ,p_bep_attribute6                 =>  p_bep_attribute6
      ,p_bep_attribute7                 =>  p_bep_attribute7
      ,p_bep_attribute8                 =>  p_bep_attribute8
      ,p_bep_attribute9                 =>  p_bep_attribute9
      ,p_bep_attribute10                =>  p_bep_attribute10
      ,p_bep_attribute11                =>  p_bep_attribute11
      ,p_bep_attribute12                =>  p_bep_attribute12
      ,p_bep_attribute13                =>  p_bep_attribute13
      ,p_bep_attribute14                =>  p_bep_attribute14
      ,p_bep_attribute15                =>  p_bep_attribute15
      ,p_bep_attribute16                =>  p_bep_attribute16
      ,p_bep_attribute17                =>  p_bep_attribute17
      ,p_bep_attribute18                =>  p_bep_attribute18
      ,p_bep_attribute19                =>  p_bep_attribute19
      ,p_bep_attribute20                =>  p_bep_attribute20
      ,p_object_version_number          =>  l_object_version_number
      ,p_effective_date                     => trunc(p_effective_date)
      ,p_datetrack_mode                     => p_datetrack_mode
      );
Line: 420

        (p_module_name => 'UPDATE_ELIG_OBJ_ELIG_PROFL'
        ,p_hook_type   => 'AP'
        );
Line: 451

    ROLLBACK TO update_ELIG_OBJ_ELIG_PROFL;
Line: 463

    ROLLBACK TO update_ELIG_OBJ_ELIG_PROFL;
Line: 466

end update_ELIG_OBJ_ELIG_PROFL;
Line: 471

procedure delete_ELIG_OBJ_ELIG_PROFL
  (p_validate                       in  boolean  default false
  ,p_elig_obj_elig_prfl_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_OBJ_ELIG_PROFL';
Line: 494

  savepoint delete_ELIG_OBJ_ELIG_PROFL;
Line: 507

    ben_ELIG_OBJ_ELIG_PROFL_bk3.delete_ELIG_OBJ_ELIG_PROFL_b
      (
       p_elig_obj_elig_prfl_id               =>  p_elig_obj_elig_prfl_id
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 517

        (p_module_name => 'DELETE_ELIG_OBJ_ELIG_PROFL'
        ,p_hook_type   => 'BP'
        );
Line: 539

    ben_ELIG_OBJ_ELIG_PROFL_bk3.delete_ELIG_OBJ_ELIG_PROFL_a
      (
       p_elig_obj_elig_prfl_id               =>  p_elig_obj_elig_prfl_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: 551

        (p_module_name => 'DELETE_ELIG_OBJ_ELIG_PROFL'
        ,p_hook_type   => 'AP'
        );
Line: 576

    ROLLBACK TO delete_ELIG_OBJ_ELIG_PROFL;
Line: 589

    ROLLBACK TO delete_ELIG_OBJ_ELIG_PROFL;
Line: 592

end delete_ELIG_OBJ_ELIG_PROFL;