DBA Data[Home] [Help]

APPS.BEN_PLAN_REGULATORY_BODY_API SQL Statements

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

Line: 288

procedure update_Plan_Regulatory_body
  (p_validate                       in  boolean   default false
  ,p_pl_regy_bod_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_pl_id                          in  number    default hr_api.g_number
  ,p_rptg_grp_id                    in  number    default hr_api.g_number
  ,p_quald_dt                       in  date      default hr_api.g_date
  ,p_quald_flag                     in  varchar2  default hr_api.g_varchar2
  ,p_regy_pl_name                   in  varchar2  default hr_api.g_varchar2
  ,p_aprvd_trmn_dt                  in  date      default hr_api.g_date
  ,p_prb_attribute_category         in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute1                 in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute2                 in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute3                 in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute4                 in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute5                 in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute6                 in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute7                 in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute8                 in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute9                 in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute10                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute11                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute12                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute13                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute14                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute15                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute16                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute17                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute18                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute19                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute20                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute21                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute22                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute23                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute24                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute25                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute26                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute27                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute28                in  varchar2  default hr_api.g_varchar2
  ,p_prb_attribute29                in  varchar2  default hr_api.g_varchar2
  ,p_prb_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_Plan_Regulatory_body';
Line: 350

    savepoint update_Plan_Regulatory_body;
Line: 363

    ben_Plan_Regulatory_body_bk2.update_Plan_Regulatory_body_b
      (
       p_pl_regy_bod_id                 =>  p_pl_regy_bod_id
      ,p_business_group_id              =>  p_business_group_id
      ,p_pl_id                          =>  p_pl_id
      ,p_rptg_grp_id                    =>  p_rptg_grp_id
      ,p_quald_dt                       =>  p_quald_dt
      ,p_quald_flag                     =>  p_quald_flag
      ,p_regy_pl_name                   =>  p_regy_pl_name
      ,p_aprvd_trmn_dt                  =>  p_aprvd_trmn_dt
      ,p_prb_attribute_category         =>  p_prb_attribute_category
      ,p_prb_attribute1                 =>  p_prb_attribute1
      ,p_prb_attribute2                 =>  p_prb_attribute2
      ,p_prb_attribute3                 =>  p_prb_attribute3
      ,p_prb_attribute4                 =>  p_prb_attribute4
      ,p_prb_attribute5                 =>  p_prb_attribute5
      ,p_prb_attribute6                 =>  p_prb_attribute6
      ,p_prb_attribute7                 =>  p_prb_attribute7
      ,p_prb_attribute8                 =>  p_prb_attribute8
      ,p_prb_attribute9                 =>  p_prb_attribute9
      ,p_prb_attribute10                =>  p_prb_attribute10
      ,p_prb_attribute11                =>  p_prb_attribute11
      ,p_prb_attribute12                =>  p_prb_attribute12
      ,p_prb_attribute13                =>  p_prb_attribute13
      ,p_prb_attribute14                =>  p_prb_attribute14
      ,p_prb_attribute15                =>  p_prb_attribute15
      ,p_prb_attribute16                =>  p_prb_attribute16
      ,p_prb_attribute17                =>  p_prb_attribute17
      ,p_prb_attribute18                =>  p_prb_attribute18
      ,p_prb_attribute19                =>  p_prb_attribute19
      ,p_prb_attribute20                =>  p_prb_attribute20
      ,p_prb_attribute21                =>  p_prb_attribute21
      ,p_prb_attribute22                =>  p_prb_attribute22
      ,p_prb_attribute23                =>  p_prb_attribute23
      ,p_prb_attribute24                =>  p_prb_attribute24
      ,p_prb_attribute25                =>  p_prb_attribute25
      ,p_prb_attribute26                =>  p_prb_attribute26
      ,p_prb_attribute27                =>  p_prb_attribute27
      ,p_prb_attribute28                =>  p_prb_attribute28
      ,p_prb_attribute29                =>  p_prb_attribute29
      ,p_prb_attribute30                =>  p_prb_attribute30
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 411

        (p_module_name => 'UPDATE_Plan_Regulatory_body'
        ,p_hook_type   => 'BP'
        );
Line: 471

    ben_Plan_Regulatory_body_bk2.update_Plan_Regulatory_body_a
      (
       p_pl_regy_bod_id                 =>  p_pl_regy_bod_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_pl_id                          =>  p_pl_id
      ,p_rptg_grp_id                    =>  p_rptg_grp_id
      ,p_quald_dt                       =>  p_quald_dt
      ,p_quald_flag                     =>  p_quald_flag
      ,p_regy_pl_name                   =>  p_regy_pl_name
      ,p_aprvd_trmn_dt                  =>  p_aprvd_trmn_dt
      ,p_prb_attribute_category         =>  p_prb_attribute_category
      ,p_prb_attribute1                 =>  p_prb_attribute1
      ,p_prb_attribute2                 =>  p_prb_attribute2
      ,p_prb_attribute3                 =>  p_prb_attribute3
      ,p_prb_attribute4                 =>  p_prb_attribute4
      ,p_prb_attribute5                 =>  p_prb_attribute5
      ,p_prb_attribute6                 =>  p_prb_attribute6
      ,p_prb_attribute7                 =>  p_prb_attribute7
      ,p_prb_attribute8                 =>  p_prb_attribute8
      ,p_prb_attribute9                 =>  p_prb_attribute9
      ,p_prb_attribute10                =>  p_prb_attribute10
      ,p_prb_attribute11                =>  p_prb_attribute11
      ,p_prb_attribute12                =>  p_prb_attribute12
      ,p_prb_attribute13                =>  p_prb_attribute13
      ,p_prb_attribute14                =>  p_prb_attribute14
      ,p_prb_attribute15                =>  p_prb_attribute15
      ,p_prb_attribute16                =>  p_prb_attribute16
      ,p_prb_attribute17                =>  p_prb_attribute17
      ,p_prb_attribute18                =>  p_prb_attribute18
      ,p_prb_attribute19                =>  p_prb_attribute19
      ,p_prb_attribute20                =>  p_prb_attribute20
      ,p_prb_attribute21                =>  p_prb_attribute21
      ,p_prb_attribute22                =>  p_prb_attribute22
      ,p_prb_attribute23                =>  p_prb_attribute23
      ,p_prb_attribute24                =>  p_prb_attribute24
      ,p_prb_attribute25                =>  p_prb_attribute25
      ,p_prb_attribute26                =>  p_prb_attribute26
      ,p_prb_attribute27                =>  p_prb_attribute27
      ,p_prb_attribute28                =>  p_prb_attribute28
      ,p_prb_attribute29                =>  p_prb_attribute29
      ,p_prb_attribute30                =>  p_prb_attribute30
      ,p_object_version_number          =>  l_object_version_number
      ,p_effective_date                     => trunc(p_effective_date)
      ,p_datetrack_mode                     => p_datetrack_mode
      );
Line: 521

        (p_module_name => 'UPDATE_Plan_Regulatory_body'
        ,p_hook_type   => 'AP'
        );
Line: 552

    ROLLBACK TO update_Plan_Regulatory_body;
Line: 560

end update_Plan_Regulatory_body;
Line: 565

procedure delete_Plan_Regulatory_body
  (p_validate                       in  boolean  default false
  ,p_pl_regy_bod_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_Plan_Regulatory_body';
Line: 589

    savepoint delete_Plan_Regulatory_body;
Line: 603

    ben_Plan_Regulatory_body_bk3.delete_Plan_Regulatory_body_b
      (
       p_pl_regy_bod_id                 =>  p_pl_regy_bod_id
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
    ,p_datetrack_mode                      => p_datetrack_mode
      );
Line: 613

        (p_module_name => 'DELETE_Plan_Regulatory_body'
        ,p_hook_type   => 'BP'
        );
Line: 635

    ben_Plan_Regulatory_body_bk3.delete_Plan_Regulatory_body_a
      (
       p_pl_regy_bod_id                 =>  p_pl_regy_bod_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: 647

        (p_module_name => 'DELETE_Plan_Regulatory_body'
        ,p_hook_type   => 'AP'
        );
Line: 672

    ROLLBACK TO delete_Plan_Regulatory_body;
Line: 681

end delete_Plan_Regulatory_body;