DBA Data[Home] [Help]

APPS.BEN_COURT_ORDERS_API SQL Statements

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

Line: 331

procedure update_court_orders
  (p_validate                       in  boolean   default false
  ,p_crt_ordr_id                    in  number
  ,p_crt_ordr_typ_cd                in  varchar2  default hr_api.g_varchar2
  ,p_apls_perd_endg_dt              in  date      default hr_api.g_date
  ,p_apls_perd_strtg_dt             in  date      default hr_api.g_date
  ,p_crt_ident                      in  varchar2  default hr_api.g_varchar2
  ,p_description                    in  varchar2  default hr_api.g_varchar2
  ,p_detd_qlfd_ordr_dt              in  date      default hr_api.g_date
  ,p_issue_dt                       in  date      default hr_api.g_date
  ,p_qdro_amt                       in  number    default hr_api.g_number
  ,p_qdro_dstr_mthd_cd              in  varchar2  default hr_api.g_varchar2
  ,p_qdro_pct                       in  number    default hr_api.g_number
  ,p_rcvd_dt                        in  date      default hr_api.g_date
  ,p_uom                            in  varchar2  default hr_api.g_varchar2
  ,p_crt_issng                      in  varchar2  default hr_api.g_varchar2
  ,p_pl_id                          in  number    default hr_api.g_number
  ,p_person_id                      in  number    default hr_api.g_number
  ,p_business_group_id              in  number    default hr_api.g_number
  ,p_crt_attribute_category         in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute1                 in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute2                 in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute3                 in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute4                 in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute5                 in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute6                 in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute7                 in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute8                 in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute9                 in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute10                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute11                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute12                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute13                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute14                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute15                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute16                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute17                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute18                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute19                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute20                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute21                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute22                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute23                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute24                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute25                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute26                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute27                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute28                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute29                in  varchar2  default hr_api.g_varchar2
  ,p_crt_attribute30                in  varchar2  default hr_api.g_varchar2
  ,p_object_version_number          in out nocopy number
  ,p_qdro_num_pymt_val              in  number    default hr_api.g_number
  ,p_qdro_per_perd_cd               in  varchar2  default hr_api.g_varchar2
  ,p_pl_typ_id                      in  number    default hr_api.g_number
  ,p_effective_date                 in  date
  ) is
  --
  -- Declare cursors and local variables
  --
  l_proc varchar2(72) := g_package||'update_court_orders';
Line: 399

  savepoint update_court_orders;
Line: 411

    ben_court_orders_bk2.update_court_orders_b
      (
       p_crt_ordr_id                    =>  p_crt_ordr_id
      ,p_crt_ordr_typ_cd                =>  p_crt_ordr_typ_cd
      ,p_apls_perd_endg_dt              =>  p_apls_perd_endg_dt
      ,p_apls_perd_strtg_dt             =>  p_apls_perd_strtg_dt
      ,p_crt_ident                      =>  p_crt_ident
      ,p_description                    =>  p_description
      ,p_detd_qlfd_ordr_dt              =>  p_detd_qlfd_ordr_dt
      ,p_issue_dt                       =>  p_issue_dt
      ,p_qdro_amt                       =>  p_qdro_amt
      ,p_qdro_dstr_mthd_cd              =>  p_qdro_dstr_mthd_cd
      ,p_qdro_pct                       =>  p_qdro_pct
      ,p_rcvd_dt                        =>  p_rcvd_dt
      ,p_uom                            =>  p_uom
      ,p_crt_issng                      =>  p_crt_issng
      ,p_pl_id                          =>  p_pl_id
      ,p_person_id                      =>  p_person_id
      ,p_business_group_id              =>  p_business_group_id
      ,p_crt_attribute_category         =>  p_crt_attribute_category
      ,p_crt_attribute1                 =>  p_crt_attribute1
      ,p_crt_attribute2                 =>  p_crt_attribute2
      ,p_crt_attribute3                 =>  p_crt_attribute3
      ,p_crt_attribute4                 =>  p_crt_attribute4
      ,p_crt_attribute5                 =>  p_crt_attribute5
      ,p_crt_attribute6                 =>  p_crt_attribute6
      ,p_crt_attribute7                 =>  p_crt_attribute7
      ,p_crt_attribute8                 =>  p_crt_attribute8
      ,p_crt_attribute9                 =>  p_crt_attribute9
      ,p_crt_attribute10                =>  p_crt_attribute10
      ,p_crt_attribute11                =>  p_crt_attribute11
      ,p_crt_attribute12                =>  p_crt_attribute12
      ,p_crt_attribute13                =>  p_crt_attribute13
      ,p_crt_attribute14                =>  p_crt_attribute14
      ,p_crt_attribute15                =>  p_crt_attribute15
      ,p_crt_attribute16                =>  p_crt_attribute16
      ,p_crt_attribute17                =>  p_crt_attribute17
      ,p_crt_attribute18                =>  p_crt_attribute18
      ,p_crt_attribute19                =>  p_crt_attribute19
      ,p_crt_attribute20                =>  p_crt_attribute20
      ,p_crt_attribute21                =>  p_crt_attribute21
      ,p_crt_attribute22                =>  p_crt_attribute22
      ,p_crt_attribute23                =>  p_crt_attribute23
      ,p_crt_attribute24                =>  p_crt_attribute24
      ,p_crt_attribute25                =>  p_crt_attribute25
      ,p_crt_attribute26                =>  p_crt_attribute26
      ,p_crt_attribute27                =>  p_crt_attribute27
      ,p_crt_attribute28                =>  p_crt_attribute28
      ,p_crt_attribute29                =>  p_crt_attribute29
      ,p_crt_attribute30                =>  p_crt_attribute30
      ,p_object_version_number          =>  p_object_version_number
      ,p_qdro_num_pymt_val              =>  p_qdro_num_pymt_val
      ,p_qdro_per_perd_cd               =>  p_qdro_per_perd_cd
      ,p_pl_typ_id                      =>  p_pl_typ_id
    ,p_effective_date                 => trunc(p_effective_date)
      );
Line: 470

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

    ben_court_orders_bk2.update_court_orders_a
      (
       p_crt_ordr_id                    =>  p_crt_ordr_id
      ,p_crt_ordr_typ_cd                =>  p_crt_ordr_typ_cd
      ,p_apls_perd_endg_dt              =>  p_apls_perd_endg_dt
      ,p_apls_perd_strtg_dt             =>  p_apls_perd_strtg_dt
      ,p_crt_ident                      =>  p_crt_ident
      ,p_description                    =>  p_description
      ,p_detd_qlfd_ordr_dt              =>  p_detd_qlfd_ordr_dt
      ,p_issue_dt                       =>  p_issue_dt
      ,p_qdro_amt                       =>  p_qdro_amt
      ,p_qdro_dstr_mthd_cd              =>  p_qdro_dstr_mthd_cd
      ,p_qdro_pct                       =>  p_qdro_pct
      ,p_rcvd_dt                        =>  p_rcvd_dt
      ,p_uom                            =>  p_uom
      ,p_crt_issng                      =>  p_crt_issng
      ,p_pl_id                          =>  p_pl_id
      ,p_person_id                      =>  p_person_id
      ,p_business_group_id              =>  p_business_group_id
      ,p_crt_attribute_category         =>  p_crt_attribute_category
      ,p_crt_attribute1                 =>  p_crt_attribute1
      ,p_crt_attribute2                 =>  p_crt_attribute2
      ,p_crt_attribute3                 =>  p_crt_attribute3
      ,p_crt_attribute4                 =>  p_crt_attribute4
      ,p_crt_attribute5                 =>  p_crt_attribute5
      ,p_crt_attribute6                 =>  p_crt_attribute6
      ,p_crt_attribute7                 =>  p_crt_attribute7
      ,p_crt_attribute8                 =>  p_crt_attribute8
      ,p_crt_attribute9                 =>  p_crt_attribute9
      ,p_crt_attribute10                =>  p_crt_attribute10
      ,p_crt_attribute11                =>  p_crt_attribute11
      ,p_crt_attribute12                =>  p_crt_attribute12
      ,p_crt_attribute13                =>  p_crt_attribute13
      ,p_crt_attribute14                =>  p_crt_attribute14
      ,p_crt_attribute15                =>  p_crt_attribute15
      ,p_crt_attribute16                =>  p_crt_attribute16
      ,p_crt_attribute17                =>  p_crt_attribute17
      ,p_crt_attribute18                =>  p_crt_attribute18
      ,p_crt_attribute19                =>  p_crt_attribute19
      ,p_crt_attribute20                =>  p_crt_attribute20
      ,p_crt_attribute21                =>  p_crt_attribute21
      ,p_crt_attribute22                =>  p_crt_attribute22
      ,p_crt_attribute23                =>  p_crt_attribute23
      ,p_crt_attribute24                =>  p_crt_attribute24
      ,p_crt_attribute25                =>  p_crt_attribute25
      ,p_crt_attribute26                =>  p_crt_attribute26
      ,p_crt_attribute27                =>  p_crt_attribute27
      ,p_crt_attribute28                =>  p_crt_attribute28
      ,p_crt_attribute29                =>  p_crt_attribute29
      ,p_crt_attribute30                =>  p_crt_attribute30
      ,p_object_version_number          =>  l_object_version_number
      ,p_qdro_num_pymt_val              =>  p_qdro_num_pymt_val
      ,p_qdro_per_perd_cd               =>  p_qdro_per_perd_cd
      ,p_pl_typ_id                      =>  p_pl_typ_id
      ,p_effective_date                => trunc(p_effective_date)
      );
Line: 598

        (p_module_name => 'UPDATE_court_orders'
        ,p_hook_type   => 'AP'
        );
Line: 627

    ROLLBACK TO update_court_orders;
Line: 639

    ROLLBACK TO update_court_orders;
Line: 643

end update_court_orders;
Line: 648

procedure delete_court_orders
  (p_validate                       in  boolean  default false
  ,p_crt_ordr_id                    in  number
  ,p_object_version_number          in out nocopy number
  ,p_effective_date                 in  date
  ) is
  --
  -- Declare cursors and local variables
  --
  l_proc varchar2(72) := g_package||'update_court_orders';
Line: 666

  savepoint delete_court_orders;
Line: 679

    ben_court_orders_bk3.delete_court_orders_b
      (
       p_crt_ordr_id                    =>  p_crt_ordr_id
      ,p_object_version_number          =>  p_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
      );
Line: 688

        (p_module_name => 'DELETE_court_orders'
        ,p_hook_type   => 'BP'
        );
Line: 707

    ben_court_orders_bk3.delete_court_orders_a
      (
       p_crt_ordr_id                    =>  p_crt_ordr_id
      ,p_object_version_number          =>  l_object_version_number
    ,p_effective_date                      => trunc(p_effective_date)
      );
Line: 716

        (p_module_name => 'DELETE_court_orders'
        ,p_hook_type   => 'AP'
        );
Line: 741

    ROLLBACK TO delete_court_orders;
Line: 752

    ROLLBACK TO delete_court_orders;
Line: 756

end delete_court_orders;