DBA Data[Home] [Help]

APPS.PAY_CTY_UPD SQL Statements

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

Line: 57

Procedure dt_update_dml
      (p_rec                   in out nocopy pay_cty_shd.g_rec_type,
       p_effective_date        in      date,
       p_datetrack_mode        in      varchar2,
       p_validation_start_date in      date,
       p_validation_end_date   in      date) is
--
  l_proc      varchar2(72) := g_package||'dt_update_dml';
Line: 85

    update  pay_us_emp_city_tax_rules_f
    set
        emp_city_tax_rule_id            = p_rec.emp_city_tax_rule_id,
    assignment_id                   = p_rec.assignment_id,
    state_code                      = p_rec.state_code,
    county_code                     = p_rec.county_code,
    city_code                       = p_rec.city_code,
    business_group_id               = p_rec.business_group_id,
    additional_wa_rate              = p_rec.additional_wa_rate,
    filing_status_code              = p_rec.filing_status_code,
    jurisdiction_code               = p_rec.jurisdiction_code,
    lit_additional_tax              = p_rec.lit_additional_tax,
    lit_override_amount             = p_rec.lit_override_amount,
    lit_override_rate               = p_rec.lit_override_rate,
    withholding_allowances          = p_rec.withholding_allowances,
    lit_exempt                      = p_rec.lit_exempt,
    sd_exempt                       = p_rec.sd_exempt,
    ht_exempt                       = p_rec.ht_exempt,
    wage_exempt                     = p_rec.wage_exempt,
    school_district_code            = p_rec.school_district_code,
    object_version_number           = p_rec.object_version_number,
    attribute_category              = p_rec.attribute_category,
    attribute1                      = p_rec.attribute1,
    attribute2                      = p_rec.attribute2,
    attribute3                      = p_rec.attribute3,
    attribute4                      = p_rec.attribute4,
    attribute5                      = p_rec.attribute5,
    attribute6                      = p_rec.attribute6,
    attribute7                      = p_rec.attribute7,
    attribute8                      = p_rec.attribute8,
    attribute9                      = p_rec.attribute9,
    attribute10                     = p_rec.attribute10,
    attribute11                     = p_rec.attribute11,
    attribute12                     = p_rec.attribute12,
    attribute13                     = p_rec.attribute13,
    attribute14                     = p_rec.attribute14,
    attribute15                     = p_rec.attribute15,
    attribute16                     = p_rec.attribute16,
    attribute17                     = p_rec.attribute17,
    attribute18                     = p_rec.attribute18,
    attribute19                     = p_rec.attribute19,
    attribute20                     = p_rec.attribute20,
    attribute21                     = p_rec.attribute21,
    attribute22                     = p_rec.attribute22,
    attribute23                     = p_rec.attribute23,
    attribute24                     = p_rec.attribute24,
    attribute25                     = p_rec.attribute25,
    attribute26                     = p_rec.attribute26,
    attribute27                     = p_rec.attribute27,
    attribute28                     = p_rec.attribute28,
    attribute29                     = p_rec.attribute29,
    attribute30                     = p_rec.attribute30,
    cty_information_category        = p_rec.cty_information_category,
    cty_information1                      = p_rec.cty_information1,
    cty_information2                      = p_rec.cty_information2,
    cty_information3                      = p_rec.cty_information3,
    cty_information4                      = p_rec.cty_information4,
    cty_information5                      = p_rec.cty_information5,
    cty_information6                      = p_rec.cty_information6,
    cty_information7                      = p_rec.cty_information7,
    cty_information8                      = p_rec.cty_information8,
    cty_information9                      = p_rec.cty_information9,
    cty_information10                     = p_rec.cty_information10,
    cty_information11                     = p_rec.cty_information11,
    cty_information12                     = p_rec.cty_information12,
    cty_information13                     = p_rec.cty_information13,
    cty_information14                     = p_rec.cty_information14,
    cty_information15                     = p_rec.cty_information15,
    cty_information16                     = p_rec.cty_information16,
    cty_information17                     = p_rec.cty_information17,
    cty_information18                     = p_rec.cty_information18,
    cty_information19                     = p_rec.cty_information19,
    cty_information20                     = p_rec.cty_information20,
    cty_information21                     = p_rec.cty_information21,
    cty_information22                     = p_rec.cty_information22,
    cty_information23                     = p_rec.cty_information23,
    cty_information24                     = p_rec.cty_information24,
    cty_information25                     = p_rec.cty_information25,
    cty_information26                     = p_rec.cty_information26,
    cty_information27                     = p_rec.cty_information27,
    cty_information28                     = p_rec.cty_information28,
    cty_information29                     = p_rec.cty_information29,
    cty_information30                     = p_rec.cty_information30
    where   emp_city_tax_rule_id = p_rec.emp_city_tax_rule_id
    and     effective_start_date = p_validation_start_date
    and     effective_end_date   = p_validation_end_date;
Line: 195

End dt_update_dml;
Line: 228

Procedure update_dml
      (p_rec                   in out nocopy pay_cty_shd.g_rec_type,
       p_effective_date        in      date,
       p_datetrack_mode        in      varchar2,
       p_validation_start_date in      date,
       p_validation_end_date   in      date) is
--
  l_proc      varchar2(72) := g_package||'update_dml';
Line: 240

  dt_update_dml(p_rec               => p_rec,
            p_effective_date        => p_effective_date,
            p_datetrack_mode        => p_datetrack_mode,
            p_validation_start_date => p_validation_start_date,
            p_validation_end_date   => p_validation_end_date);
Line: 247

End update_dml;
Line: 292

Procedure dt_pre_update
      (p_rec                   in out nocopy      pay_cty_shd.g_rec_type,
       p_effective_date        in      date,
       p_datetrack_mode        in      varchar2,
       p_validation_start_date in      date,
       p_validation_end_date   in      date) is
--
  l_proc         varchar2(72) := g_package||'dt_pre_update';
Line: 317

    If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
      hr_utility.set_location(l_proc, 15);
Line: 323

      pay_cty_del.delete_dml
      (p_rec                   => p_rec,
       p_effective_date        => p_effective_date,
       p_datetrack_mode        => p_datetrack_mode,
       p_validation_start_date => p_validation_start_date,
       p_validation_end_date   => p_validation_end_date);
Line: 334

    pay_cty_ins.insert_dml
      (p_rec                  => p_rec,
       p_effective_date       => p_effective_date,
       p_datetrack_mode       => p_datetrack_mode,
       p_validation_start_date => p_validation_start_date,
       p_validation_end_date  => p_validation_end_date);
Line: 342

End dt_pre_update;
Line: 377

Procedure pre_update
      (p_rec                   in out nocopy      pay_cty_shd.g_rec_type,
       p_effective_date        in      date,
       p_datetrack_mode        in      varchar2,
       p_validation_start_date in      date,
       p_validation_end_date   in      date) is
--
  l_proc      varchar2(72) := g_package||'pre_update';
Line: 391

  dt_pre_update
    (p_rec                   => p_rec,
     p_effective_date        => p_effective_date,
     p_datetrack_mode        => p_datetrack_mode,
     p_validation_start_date => p_validation_start_date,
     p_validation_end_date   => p_validation_end_date);
Line: 399

End pre_update;
Line: 433

Procedure post_update
      (p_rec                   in pay_cty_shd.g_rec_type,
       p_effective_date        in date,
       p_datetrack_mode        in varchar2,
       p_validation_start_date in date,
       p_validation_end_date   in date) is
--
  l_proc      varchar2(72) := g_package||'post_update';
Line: 452

    pay_cty_rku.after_update
      (
  p_emp_city_tax_rule_id       =>p_rec.emp_city_tax_rule_id
 ,p_effective_start_date       =>p_rec.effective_start_date
 ,p_effective_end_date         =>p_rec.effective_end_date
 ,p_additional_wa_rate         =>p_rec.additional_wa_rate
 ,p_filing_status_code         =>p_rec.filing_status_code
 ,p_lit_additional_tax         =>p_rec.lit_additional_tax
 ,p_lit_override_amount        =>p_rec.lit_override_amount
 ,p_lit_override_rate          =>p_rec.lit_override_rate
 ,p_withholding_allowances     =>p_rec.withholding_allowances
 ,p_lit_exempt                 =>p_rec.lit_exempt
 ,p_sd_exempt                  =>p_rec.sd_exempt
 ,p_ht_exempt                  =>p_rec.ht_exempt
 ,p_wage_exempt                =>p_rec.wage_exempt
 ,p_school_district_code       =>p_rec.school_district_code
 ,p_object_version_number      =>p_rec.object_version_number
 ,p_effective_date             =>p_effective_date
 ,p_datetrack_mode             =>p_datetrack_mode
 ,p_validation_start_date      =>p_validation_start_date
 ,p_validation_end_date        =>p_validation_end_date
 ,p_effective_start_date_o     =>pay_cty_shd.g_old_rec.effective_start_date
 ,p_effective_end_date_o       =>pay_cty_shd.g_old_rec.effective_end_date
 ,p_assignment_id_o            =>pay_cty_shd.g_old_rec.assignment_id
 ,p_state_code_o               =>pay_cty_shd.g_old_rec.state_code
 ,p_county_code_o              =>pay_cty_shd.g_old_rec.county_code
 ,p_city_code_o                =>pay_cty_shd.g_old_rec.city_code
 ,p_business_group_id_o        =>pay_cty_shd.g_old_rec.business_group_id
 ,p_additional_wa_rate_o       =>pay_cty_shd.g_old_rec.additional_wa_rate
 ,p_filing_status_code_o       =>pay_cty_shd.g_old_rec.filing_status_code
 ,p_jurisdiction_code_o        =>pay_cty_shd.g_old_rec.jurisdiction_code
 ,p_lit_additional_tax_o       =>pay_cty_shd.g_old_rec.lit_additional_tax
 ,p_lit_override_amount_o      =>pay_cty_shd.g_old_rec.lit_override_amount
 ,p_lit_override_rate_o        =>pay_cty_shd.g_old_rec.lit_override_rate
 ,p_withholding_allowances_o   =>pay_cty_shd.g_old_rec.withholding_allowances
 ,p_lit_exempt_o               =>pay_cty_shd.g_old_rec.lit_exempt
 ,p_sd_exempt_o                =>pay_cty_shd.g_old_rec.sd_exempt
 ,p_ht_exempt_o                =>pay_cty_shd.g_old_rec.ht_exempt
 ,p_wage_exempt_o              =>pay_cty_shd.g_old_rec.wage_exempt
 ,p_school_district_code_o     =>pay_cty_shd.g_old_rec.school_district_code
 ,p_object_version_number_o    =>pay_cty_shd.g_old_rec.object_version_number
      );
Line: 510

End post_update;
Line: 928

  pay_cty_bus.update_validate
      (p_rec                   => p_rec,
       p_effective_date        => p_effective_date,
       p_datetrack_mode        => p_datetrack_mode,
       p_validation_start_date => l_validation_start_date,
       p_validation_end_date   => l_validation_end_date);
Line: 937

  pre_update
      (p_rec                   => p_rec,
       p_effective_date        => p_effective_date,
       p_datetrack_mode        => p_datetrack_mode,
       p_validation_start_date => l_validation_start_date,
       p_validation_end_date   => l_validation_end_date);
Line: 946

  update_dml
      (p_rec                   => p_rec,
       p_effective_date        => p_effective_date,
       p_datetrack_mode        => p_datetrack_mode,
       p_validation_start_date => l_validation_start_date,
       p_validation_end_date   => l_validation_end_date);
Line: 955

  post_update
      (p_rec                   => p_rec,
       p_effective_date        => p_effective_date,
       p_datetrack_mode        => p_datetrack_mode,
       p_validation_start_date => l_validation_start_date,
       p_validation_end_date   => l_validation_end_date);