DBA Data[Home] [Help]

APPS.PER_PJU_UPD SQL Statements

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

Line: 54

Procedure update_dml
  (p_rec in out nocopy per_pju_shd.g_rec_type
  ) is
--
  l_proc  varchar2(72) := g_package||'update_dml';
Line: 70

  update per_previous_job_usages
    set
     previous_job_usage_id           = p_rec.previous_job_usage_id
    ,assignment_id                   = p_rec.assignment_id
    ,previous_employer_id            = p_rec.previous_employer_id
    ,previous_job_id                 = p_rec.previous_job_id
    ,start_date                      = p_rec.start_date
    ,end_date                        = p_rec.end_date
    ,period_years                    = p_rec.period_years
    ,period_months                   = p_rec.period_months
    ,period_days                     = p_rec.period_days
    ,pju_attribute_category          = p_rec.pju_attribute_category
    ,pju_attribute1                  = p_rec.pju_attribute1
    ,pju_attribute2                  = p_rec.pju_attribute2
    ,pju_attribute3                  = p_rec.pju_attribute3
    ,pju_attribute4                  = p_rec.pju_attribute4
    ,pju_attribute5                  = p_rec.pju_attribute5
    ,pju_attribute6                  = p_rec.pju_attribute6
    ,pju_attribute7                  = p_rec.pju_attribute7
    ,pju_attribute8                  = p_rec.pju_attribute8
    ,pju_attribute9                  = p_rec.pju_attribute9
    ,pju_attribute10                 = p_rec.pju_attribute10
    ,pju_attribute11                 = p_rec.pju_attribute11
    ,pju_attribute12                 = p_rec.pju_attribute12
    ,pju_attribute13                 = p_rec.pju_attribute13
    ,pju_attribute14                 = p_rec.pju_attribute14
    ,pju_attribute15                 = p_rec.pju_attribute15
    ,pju_attribute16                 = p_rec.pju_attribute16
    ,pju_attribute17                 = p_rec.pju_attribute17
    ,pju_attribute18                 = p_rec.pju_attribute18
    ,pju_attribute19                 = p_rec.pju_attribute19
    ,pju_attribute20                 = p_rec.pju_attribute20
    ,pju_information_category        = p_rec.pju_information_category
    ,pju_information1                = p_rec.pju_information1
    ,pju_information2                = p_rec.pju_information2
    ,pju_information3                = p_rec.pju_information3
    ,pju_information4                = p_rec.pju_information4
    ,pju_information5                = p_rec.pju_information5
    ,pju_information6                = p_rec.pju_information6
    ,pju_information7                = p_rec.pju_information7
    ,pju_information8                = p_rec.pju_information8
    ,pju_information9                = p_rec.pju_information9
    ,pju_information10               = p_rec.pju_information10
    ,pju_information11               = p_rec.pju_information11
    ,pju_information12               = p_rec.pju_information12
    ,pju_information13               = p_rec.pju_information13
    ,pju_information14               = p_rec.pju_information14
    ,pju_information15               = p_rec.pju_information15
    ,pju_information16               = p_rec.pju_information16
    ,pju_information17               = p_rec.pju_information17
    ,pju_information18               = p_rec.pju_information18
    ,pju_information19               = p_rec.pju_information19
    ,pju_information20               = p_rec.pju_information20
    ,object_version_number           = p_rec.object_version_number
    where previous_job_usage_id = p_rec.previous_job_usage_id;
Line: 149

End update_dml;
Line: 183

Procedure pre_update
  (p_rec in per_pju_shd.g_rec_type
  ) is
--
  l_proc  varchar2(72) := g_package||'pre_update';
Line: 193

End pre_update;
Line: 227

Procedure post_update
  (p_rec                          in per_pju_shd.g_rec_type
  ) is
--
  l_proc  varchar2(72) := g_package||'post_update';
Line: 237

    per_pju_rku.after_update
      (p_previous_job_usage_id
      => p_rec.previous_job_usage_id
      ,p_assignment_id
      => p_rec.assignment_id
      ,p_previous_employer_id
      => p_rec.previous_employer_id
      ,p_previous_job_id
      => p_rec.previous_job_id
      ,p_start_date
      => p_rec.start_date
      ,p_end_date
      => p_rec.end_date
      ,p_period_years
      => p_rec.period_years
      ,p_period_months
      => p_rec.period_months
      ,p_period_days
      => p_rec.period_days
      ,p_pju_attribute_category
      => p_rec.pju_attribute_category
      ,p_pju_attribute1
      => p_rec.pju_attribute1
      ,p_pju_attribute2
      => p_rec.pju_attribute2
      ,p_pju_attribute3
      => p_rec.pju_attribute3
      ,p_pju_attribute4
      => p_rec.pju_attribute4
      ,p_pju_attribute5
      => p_rec.pju_attribute5
      ,p_pju_attribute6
      => p_rec.pju_attribute6
      ,p_pju_attribute7
      => p_rec.pju_attribute7
      ,p_pju_attribute8
      => p_rec.pju_attribute8
      ,p_pju_attribute9
      => p_rec.pju_attribute9
      ,p_pju_attribute10
      => p_rec.pju_attribute10
      ,p_pju_attribute11
      => p_rec.pju_attribute11
      ,p_pju_attribute12
      => p_rec.pju_attribute12
      ,p_pju_attribute13
      => p_rec.pju_attribute13
      ,p_pju_attribute14
      => p_rec.pju_attribute14
      ,p_pju_attribute15
      => p_rec.pju_attribute15
      ,p_pju_attribute16
      => p_rec.pju_attribute16
      ,p_pju_attribute17
      => p_rec.pju_attribute17
      ,p_pju_attribute18
      => p_rec.pju_attribute18
      ,p_pju_attribute19
      => p_rec.pju_attribute19
      ,p_pju_attribute20
      => p_rec.pju_attribute20
      ,p_pju_information_category
      => p_rec.pju_information_category
      ,p_pju_information1
      => p_rec.pju_information1
      ,p_pju_information2
      => p_rec.pju_information2
      ,p_pju_information3
      => p_rec.pju_information3
      ,p_pju_information4
      => p_rec.pju_information4
      ,p_pju_information5
      => p_rec.pju_information5
      ,p_pju_information6
      => p_rec.pju_information6
      ,p_pju_information7
      => p_rec.pju_information7
      ,p_pju_information8
      => p_rec.pju_information8
      ,p_pju_information9
      => p_rec.pju_information9
      ,p_pju_information10
      => p_rec.pju_information10
      ,p_pju_information11
      => p_rec.pju_information11
      ,p_pju_information12
      => p_rec.pju_information12
      ,p_pju_information13
      => p_rec.pju_information13
      ,p_pju_information14
      => p_rec.pju_information14
      ,p_pju_information15
      => p_rec.pju_information15
      ,p_pju_information16
      => p_rec.pju_information16
      ,p_pju_information17
      => p_rec.pju_information17
      ,p_pju_information18
      => p_rec.pju_information18
      ,p_pju_information19
      => p_rec.pju_information19
      ,p_pju_information20
      => p_rec.pju_information20
      ,p_object_version_number
      => p_rec.object_version_number
      );
Line: 355

End post_update;
Line: 640

  per_pju_bus.update_validate
     (p_rec
     );
Line: 646

  per_pju_upd.pre_update(p_rec);
Line: 650

  per_pju_upd.update_dml(p_rec);
Line: 654

  per_pju_upd.post_update
     (p_rec
     );