DBA Data[Home] [Help]

APPS.PER_PJU_INS SQL Statements

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

Line: 75

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

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

End insert_dml;
Line: 259

Procedure pre_insert
  (p_rec  in out nocopy per_pju_shd.g_rec_type
  ) is
--
  Cursor C_Sel1 is select per_previous_job_usages_s.nextval from sys.dual;
Line: 266

    Select null
      from per_previous_job_usages
     where previous_job_usage_id =
             per_pju_ins.g_previous_job_usage_id_i;
Line: 271

  l_proc   varchar2(72) := g_package||'pre_insert';
Line: 312

End pre_insert;
Line: 346

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

    per_pju_rki.after_insert
      (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: 474

End post_insert;
Line: 490

  per_pju_bus.insert_validate
     (p_rec
     );
Line: 496

  per_pju_ins.pre_insert(p_rec);
Line: 500

  per_pju_ins.insert_dml(p_rec);
Line: 504

  per_pju_ins.post_insert
     (p_rec
     );