DBA Data[Home] [Help]

APPS.BEN_PL_R_OIPL_PREM_BY_MO_API SQL Statements

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

Line: 61

  ,p_program_update_date            in  date      default null
  ,p_effective_date                 in  date
  ) is
  --
  -- Declare cursors and local variables
  --
  l_pl_r_oipl_prem_by_mo_id ben_pl_r_oipl_prem_by_mo_f.pl_r_oipl_prem_by_mo_id%TYPE;
Line: 135

      ,p_program_update_date            => p_program_update_date
      );
Line: 198

      ,p_program_update_date            => p_program_update_date
    ,p_effective_date                => trunc(p_effective_date)
    );
Line: 255

      ,p_program_update_date            => p_program_update_date
      ,p_effective_date                      => trunc(p_effective_date)
      );
Line: 321

procedure update_PL_R_OIPL_PREM_BY_MO
  (p_validate                       in  boolean   default false
  ,p_pl_r_oipl_prem_by_mo_id        in  number
  ,p_effective_start_date           out nocopy date
  ,p_effective_end_date             out nocopy date
  ,p_mnl_adj_flag                   in  varchar2  default hr_api.g_varchar2
  ,p_mo_num                         in  number    default hr_api.g_number
  ,p_yr_num                         in  number    default hr_api.g_number
  ,p_val                            in  number    default hr_api.g_number
  ,p_uom                            in  varchar2  default hr_api.g_varchar2
  ,p_prtts_num                      in  number    default hr_api.g_number
  ,p_actl_prem_id                   in  number    default hr_api.g_number
  ,p_cost_allocation_keyflex_id    in  number    default hr_api.g_number
  ,p_business_group_id              in  number    default hr_api.g_number
  ,p_pbm_attribute_category         in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute1                 in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute2                 in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute3                 in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute4                 in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute5                 in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute6                 in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute7                 in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute8                 in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute9                 in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute10                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute11                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute12                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute13                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute14                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute15                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute16                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute17                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute18                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute19                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute20                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute21                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute22                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute23                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute24                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute25                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute26                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute27                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute28                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute29                in  varchar2  default hr_api.g_varchar2
  ,p_pbm_attribute30                in  varchar2  default hr_api.g_varchar2
  ,p_object_version_number          in out nocopy number
  ,p_request_id                     in number default hr_api.g_number
  ,p_program_id                     in number default hr_api.g_number
  ,p_program_application_id         in number default hr_api.g_number
  ,p_program_update_date            in date default hr_api.g_date
  ,p_effective_date                 in  date
  ,p_datetrack_mode                 in  varchar2
  ) is
  --
  -- Declare cursors and local variables
  --
  l_proc varchar2(72) := g_package||'update_PL_R_OIPL_PREM_BY_MO';
Line: 388

  savepoint update_PL_R_OIPL_PREM_BY_MO;
Line: 400

    ben_PL_R_OIPL_PREM_BY_MO_bk2.update_PL_R_OIPL_PREM_BY_MO_b
      (
       p_pl_r_oipl_prem_by_mo_id        =>  p_pl_r_oipl_prem_by_mo_id
      ,p_mnl_adj_flag                   =>  p_mnl_adj_flag
      ,p_mo_num                         =>  p_mo_num
      ,p_yr_num                         =>  p_yr_num
      ,p_val                            =>  p_val
      ,p_uom                            =>  p_uom
      ,p_prtts_num                      =>  p_prtts_num
      ,p_actl_prem_id                   =>  p_actl_prem_id
      ,p_cost_allocation_keyflex_id     =>  p_cost_allocation_keyflex_id
      ,p_business_group_id              =>  p_business_group_id
      ,p_pbm_attribute_category         =>  p_pbm_attribute_category
      ,p_pbm_attribute1                 =>  p_pbm_attribute1
      ,p_pbm_attribute2                 =>  p_pbm_attribute2
      ,p_pbm_attribute3                 =>  p_pbm_attribute3
      ,p_pbm_attribute4                 =>  p_pbm_attribute4
      ,p_pbm_attribute5                 =>  p_pbm_attribute5
      ,p_pbm_attribute6                 =>  p_pbm_attribute6
      ,p_pbm_attribute7                 =>  p_pbm_attribute7
      ,p_pbm_attribute8                 =>  p_pbm_attribute8
      ,p_pbm_attribute9                 =>  p_pbm_attribute9
      ,p_pbm_attribute10                =>  p_pbm_attribute10
      ,p_pbm_attribute11                =>  p_pbm_attribute11
      ,p_pbm_attribute12                =>  p_pbm_attribute12
      ,p_pbm_attribute13                =>  p_pbm_attribute13
      ,p_pbm_attribute14                =>  p_pbm_attribute14
      ,p_pbm_attribute15                =>  p_pbm_attribute15
      ,p_pbm_attribute16                =>  p_pbm_attribute16
      ,p_pbm_attribute17                =>  p_pbm_attribute17
      ,p_pbm_attribute18                =>  p_pbm_attribute18
      ,p_pbm_attribute19                =>  p_pbm_attribute19
      ,p_pbm_attribute20                =>  p_pbm_attribute20
      ,p_pbm_attribute21                =>  p_pbm_attribute21
      ,p_pbm_attribute22                =>  p_pbm_attribute22
      ,p_pbm_attribute23                =>  p_pbm_attribute23
      ,p_pbm_attribute24                =>  p_pbm_attribute24
      ,p_pbm_attribute25                =>  p_pbm_attribute25
      ,p_pbm_attribute26                =>  p_pbm_attribute26
      ,p_pbm_attribute27                =>  p_pbm_attribute27
      ,p_pbm_attribute28                =>  p_pbm_attribute28
      ,p_pbm_attribute29                =>  p_pbm_attribute29
      ,p_pbm_attribute30                =>  p_pbm_attribute30
      ,p_object_version_number          =>  p_object_version_number
      ,p_request_id                     => p_request_id
      ,p_program_id                     => p_program_id
      ,p_program_application_id         => p_program_application_id
      ,p_program_update_date            => p_program_update_date
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 454

        (p_module_name => 'UPDATE_PL_R_OIPL_PREM_BY_MO'
        ,p_hook_type   => 'BP'
        );
Line: 511

      ,p_program_update_date            => p_program_update_date
    ,p_effective_date                => trunc(p_effective_date)
    ,p_datetrack_mode                => p_datetrack_mode
    );
Line: 520

    ben_PL_R_OIPL_PREM_BY_MO_bk2.update_PL_R_OIPL_PREM_BY_MO_a
      (
       p_pl_r_oipl_prem_by_mo_id        =>  p_pl_r_oipl_prem_by_mo_id
      ,p_effective_start_date           =>  l_effective_start_date
      ,p_effective_end_date             =>  l_effective_end_date
      ,p_mnl_adj_flag                   =>  p_mnl_adj_flag
      ,p_mo_num                         =>  p_mo_num
      ,p_yr_num                         =>  p_yr_num
      ,p_val                            =>  p_val
      ,p_uom                            =>  p_uom
      ,p_prtts_num                      =>  p_prtts_num
      ,p_actl_prem_id                   =>  p_actl_prem_id
      ,p_cost_allocation_keyflex_id     =>  p_cost_allocation_keyflex_id
      ,p_business_group_id              =>  p_business_group_id
      ,p_pbm_attribute_category         =>  p_pbm_attribute_category
      ,p_pbm_attribute1                 =>  p_pbm_attribute1
      ,p_pbm_attribute2                 =>  p_pbm_attribute2
      ,p_pbm_attribute3                 =>  p_pbm_attribute3
      ,p_pbm_attribute4                 =>  p_pbm_attribute4
      ,p_pbm_attribute5                 =>  p_pbm_attribute5
      ,p_pbm_attribute6                 =>  p_pbm_attribute6
      ,p_pbm_attribute7                 =>  p_pbm_attribute7
      ,p_pbm_attribute8                 =>  p_pbm_attribute8
      ,p_pbm_attribute9                 =>  p_pbm_attribute9
      ,p_pbm_attribute10                =>  p_pbm_attribute10
      ,p_pbm_attribute11                =>  p_pbm_attribute11
      ,p_pbm_attribute12                =>  p_pbm_attribute12
      ,p_pbm_attribute13                =>  p_pbm_attribute13
      ,p_pbm_attribute14                =>  p_pbm_attribute14
      ,p_pbm_attribute15                =>  p_pbm_attribute15
      ,p_pbm_attribute16                =>  p_pbm_attribute16
      ,p_pbm_attribute17                =>  p_pbm_attribute17
      ,p_pbm_attribute18                =>  p_pbm_attribute18
      ,p_pbm_attribute19                =>  p_pbm_attribute19
      ,p_pbm_attribute20                =>  p_pbm_attribute20
      ,p_pbm_attribute21                =>  p_pbm_attribute21
      ,p_pbm_attribute22                =>  p_pbm_attribute22
      ,p_pbm_attribute23                =>  p_pbm_attribute23
      ,p_pbm_attribute24                =>  p_pbm_attribute24
      ,p_pbm_attribute25                =>  p_pbm_attribute25
      ,p_pbm_attribute26                =>  p_pbm_attribute26
      ,p_pbm_attribute27                =>  p_pbm_attribute27
      ,p_pbm_attribute28                =>  p_pbm_attribute28
      ,p_pbm_attribute29                =>  p_pbm_attribute29
      ,p_pbm_attribute30                =>  p_pbm_attribute30
      ,p_object_version_number          =>  l_object_version_number
      ,p_request_id                     => p_request_id
      ,p_program_id                     => p_program_id
      ,p_program_application_id         => p_program_application_id
      ,p_program_update_date            => p_program_update_date
      ,p_effective_date                     => trunc(p_effective_date)
      ,p_datetrack_mode                     => p_datetrack_mode
      );
Line: 576

        (p_module_name => 'UPDATE_PL_R_OIPL_PREM_BY_MO'
        ,p_hook_type   => 'AP'
        );
Line: 607

    ROLLBACK TO update_PL_R_OIPL_PREM_BY_MO;
Line: 621

    ROLLBACK TO update_PL_R_OIPL_PREM_BY_MO;
Line: 626

end update_PL_R_OIPL_PREM_BY_MO;
Line: 631

procedure delete_PL_R_OIPL_PREM_BY_MO
  (p_validate                       in  boolean  default false
  ,p_pl_r_oipl_prem_by_mo_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_PL_R_OIPL_PREM_BY_MO';
Line: 654

  savepoint delete_PL_R_OIPL_PREM_BY_MO;
Line: 667

    ben_PL_R_OIPL_PREM_BY_MO_bk3.delete_PL_R_OIPL_PREM_BY_MO_b
      (
       p_pl_r_oipl_prem_by_mo_id        =>  p_pl_r_oipl_prem_by_mo_id
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 677

        (p_module_name => 'DELETE_PL_R_OIPL_PREM_BY_MO'
        ,p_hook_type   => 'BP'
        );
Line: 699

    ben_PL_R_OIPL_PREM_BY_MO_bk3.delete_PL_R_OIPL_PREM_BY_MO_a
      (
       p_pl_r_oipl_prem_by_mo_id        =>  p_pl_r_oipl_prem_by_mo_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: 711

        (p_module_name => 'DELETE_PL_R_OIPL_PREM_BY_MO'
        ,p_hook_type   => 'AP'
        );
Line: 736

    ROLLBACK TO delete_PL_R_OIPL_PREM_BY_MO;
Line: 749

    ROLLBACK TO delete_PL_R_OIPL_PREM_BY_MO;
Line: 754

end delete_PL_R_OIPL_PREM_BY_MO;