DBA Data[Home] [Help]

APPS.PER_PJO_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_pjo_shd.g_rec_type
  ) is
--
  l_proc  varchar2(72) := g_package||'insert_dml';
Line: 89

  insert into per_previous_jobs
      (previous_job_id
      ,previous_employer_id
      ,start_date
      ,end_date
      ,period_years
      ,period_days
      ,job_name
      ,employment_category
      ,description
      ,pjo_attribute_category
      ,pjo_attribute1
      ,pjo_attribute2
      ,pjo_attribute3
      ,pjo_attribute4
      ,pjo_attribute5
      ,pjo_attribute6
      ,pjo_attribute7
      ,pjo_attribute8
      ,pjo_attribute9
      ,pjo_attribute10
      ,pjo_attribute11
      ,pjo_attribute12
      ,pjo_attribute13
      ,pjo_attribute14
      ,pjo_attribute15
      ,pjo_attribute16
      ,pjo_attribute17
      ,pjo_attribute18
      ,pjo_attribute19
      ,pjo_attribute20
      ,pjo_attribute21
      ,pjo_attribute22
      ,pjo_attribute23
      ,pjo_attribute24
      ,pjo_attribute25
      ,pjo_attribute26
      ,pjo_attribute27
      ,pjo_attribute28
      ,pjo_attribute29
      ,pjo_attribute30
      ,pjo_information_category
      ,pjo_information1
      ,pjo_information2
      ,pjo_information3
      ,pjo_information4
      ,pjo_information5
      ,pjo_information6
      ,pjo_information7
      ,pjo_information8
      ,pjo_information9
      ,pjo_information10
      ,pjo_information11
      ,pjo_information12
      ,pjo_information13
      ,pjo_information14
      ,pjo_information15
      ,pjo_information16
      ,pjo_information17
      ,pjo_information18
      ,pjo_information19
      ,pjo_information20
      ,pjo_information21
      ,pjo_information22
      ,pjo_information23
      ,pjo_information24
      ,pjo_information25
      ,pjo_information26
      ,pjo_information27
      ,pjo_information28
      ,pjo_information29
      ,pjo_information30
      ,object_version_number
      ,all_assignments
      ,period_months
      )
  Values
    (p_rec.previous_job_id
    ,p_rec.previous_employer_id
    ,p_rec.start_date
    ,p_rec.end_date
    ,p_rec.period_years
    ,p_rec.period_days
    ,p_rec.job_name
    ,p_rec.employment_category
    ,p_rec.description
    ,p_rec.pjo_attribute_category
    ,p_rec.pjo_attribute1
    ,p_rec.pjo_attribute2
    ,p_rec.pjo_attribute3
    ,p_rec.pjo_attribute4
    ,p_rec.pjo_attribute5
    ,p_rec.pjo_attribute6
    ,p_rec.pjo_attribute7
    ,p_rec.pjo_attribute8
    ,p_rec.pjo_attribute9
    ,p_rec.pjo_attribute10
    ,p_rec.pjo_attribute11
    ,p_rec.pjo_attribute12
    ,p_rec.pjo_attribute13
    ,p_rec.pjo_attribute14
    ,p_rec.pjo_attribute15
    ,p_rec.pjo_attribute16
    ,p_rec.pjo_attribute17
    ,p_rec.pjo_attribute18
    ,p_rec.pjo_attribute19
    ,p_rec.pjo_attribute20
    ,p_rec.pjo_attribute21
    ,p_rec.pjo_attribute22
    ,p_rec.pjo_attribute23
    ,p_rec.pjo_attribute24
    ,p_rec.pjo_attribute25
    ,p_rec.pjo_attribute26
    ,p_rec.pjo_attribute27
    ,p_rec.pjo_attribute28
    ,p_rec.pjo_attribute29
    ,p_rec.pjo_attribute30
    ,p_rec.pjo_information_category
    ,p_rec.pjo_information1
    ,p_rec.pjo_information2
    ,p_rec.pjo_information3
    ,p_rec.pjo_information4
    ,p_rec.pjo_information5
    ,p_rec.pjo_information6
    ,p_rec.pjo_information7
    ,p_rec.pjo_information8
    ,p_rec.pjo_information9
    ,p_rec.pjo_information10
    ,p_rec.pjo_information11
    ,p_rec.pjo_information12
    ,p_rec.pjo_information13
    ,p_rec.pjo_information14
    ,p_rec.pjo_information15
    ,p_rec.pjo_information16
    ,p_rec.pjo_information17
    ,p_rec.pjo_information18
    ,p_rec.pjo_information19
    ,p_rec.pjo_information20
    ,p_rec.pjo_information21
    ,p_rec.pjo_information22
    ,p_rec.pjo_information23
    ,p_rec.pjo_information24
    ,p_rec.pjo_information25
    ,p_rec.pjo_information26
    ,p_rec.pjo_information27
    ,p_rec.pjo_information28
    ,p_rec.pjo_information29
    ,p_rec.pjo_information30
    ,p_rec.object_version_number
    ,p_rec.all_assignments
    ,p_rec.period_months
    );
Line: 264

End insert_dml;
Line: 303

Procedure pre_insert
  (p_rec  in out nocopy per_pjo_shd.g_rec_type
  ) is
--
  Cursor C_Sel1 is select per_previous_jobs_s.nextval from sys.dual;
Line: 310

    Select null
      from per_previous_jobs
     where previous_job_id =
             per_pjo_ins.g_previous_job_id_i;
Line: 315

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

End pre_insert;
Line: 390

Procedure post_insert
  (p_effective_date               in date
  ,p_rec                          in per_pjo_shd.g_rec_type
  ) is
--
  l_proc  varchar2(72) := g_package||'post_insert';
Line: 401

    per_pjo_rki.after_insert
      (p_effective_date              => p_effective_date
      ,p_previous_job_id
      => p_rec.previous_job_id
      ,p_previous_employer_id
      => p_rec.previous_employer_id
      ,p_start_date
      => p_rec.start_date
      ,p_end_date
      => p_rec.end_date
      ,p_period_years
      => p_rec.period_years
      ,p_period_days
      => p_rec.period_days
      ,p_job_name
      => p_rec.job_name
      ,p_employment_category
      => p_rec.employment_category
      ,p_description
      => p_rec.description
      ,p_pjo_attribute_category
      => p_rec.pjo_attribute_category
      ,p_pjo_attribute1
      => p_rec.pjo_attribute1
      ,p_pjo_attribute2
      => p_rec.pjo_attribute2
      ,p_pjo_attribute3
      => p_rec.pjo_attribute3
      ,p_pjo_attribute4
      => p_rec.pjo_attribute4
      ,p_pjo_attribute5
      => p_rec.pjo_attribute5
      ,p_pjo_attribute6
      => p_rec.pjo_attribute6
      ,p_pjo_attribute7
      => p_rec.pjo_attribute7
      ,p_pjo_attribute8
      => p_rec.pjo_attribute8
      ,p_pjo_attribute9
      => p_rec.pjo_attribute9
      ,p_pjo_attribute10
      => p_rec.pjo_attribute10
      ,p_pjo_attribute11
      => p_rec.pjo_attribute11
      ,p_pjo_attribute12
      => p_rec.pjo_attribute12
      ,p_pjo_attribute13
      => p_rec.pjo_attribute13
      ,p_pjo_attribute14
      => p_rec.pjo_attribute14
      ,p_pjo_attribute15
      => p_rec.pjo_attribute15
      ,p_pjo_attribute16
      => p_rec.pjo_attribute16
      ,p_pjo_attribute17
      => p_rec.pjo_attribute17
      ,p_pjo_attribute18
      => p_rec.pjo_attribute18
      ,p_pjo_attribute19
      => p_rec.pjo_attribute19
      ,p_pjo_attribute20
      => p_rec.pjo_attribute20
      ,p_pjo_attribute21
      => p_rec.pjo_attribute21
      ,p_pjo_attribute22
      => p_rec.pjo_attribute22
      ,p_pjo_attribute23
      => p_rec.pjo_attribute23
      ,p_pjo_attribute24
      => p_rec.pjo_attribute24
      ,p_pjo_attribute25
      => p_rec.pjo_attribute25
      ,p_pjo_attribute26
      => p_rec.pjo_attribute26
      ,p_pjo_attribute27
      => p_rec.pjo_attribute27
      ,p_pjo_attribute28
      => p_rec.pjo_attribute28
      ,p_pjo_attribute29
      => p_rec.pjo_attribute29
      ,p_pjo_attribute30
      => p_rec.pjo_attribute30
      ,p_pjo_information_category
      => p_rec.pjo_information_category
      ,p_pjo_information1
      => p_rec.pjo_information1
      ,p_pjo_information2
      => p_rec.pjo_information2
      ,p_pjo_information3
      => p_rec.pjo_information3
      ,p_pjo_information4
      => p_rec.pjo_information4
      ,p_pjo_information5
      => p_rec.pjo_information5
      ,p_pjo_information6
      => p_rec.pjo_information6
      ,p_pjo_information7
      => p_rec.pjo_information7
      ,p_pjo_information8
      => p_rec.pjo_information8
      ,p_pjo_information9
      => p_rec.pjo_information9
      ,p_pjo_information10
      => p_rec.pjo_information10
      ,p_pjo_information11
      => p_rec.pjo_information11
      ,p_pjo_information12
      => p_rec.pjo_information12
      ,p_pjo_information13
      => p_rec.pjo_information13
      ,p_pjo_information14
      => p_rec.pjo_information14
      ,p_pjo_information15
      => p_rec.pjo_information15
      ,p_pjo_information16
      => p_rec.pjo_information16
      ,p_pjo_information17
      => p_rec.pjo_information17
      ,p_pjo_information18
      => p_rec.pjo_information18
      ,p_pjo_information19
      => p_rec.pjo_information19
      ,p_pjo_information20
      => p_rec.pjo_information20
      ,p_pjo_information21
      => p_rec.pjo_information21
      ,p_pjo_information22
      => p_rec.pjo_information22
      ,p_pjo_information23
      => p_rec.pjo_information23
      ,p_pjo_information24
      => p_rec.pjo_information24
      ,p_pjo_information25
      => p_rec.pjo_information25
      ,p_pjo_information26
      => p_rec.pjo_information26
      ,p_pjo_information27
      => p_rec.pjo_information27
      ,p_pjo_information28
      => p_rec.pjo_information28
      ,p_pjo_information29
      => p_rec.pjo_information29
      ,p_pjo_information30
      => p_rec.pjo_information30
      ,p_object_version_number
      => p_rec.object_version_number
      ,p_all_assignments
      => p_rec.all_assignments
      ,p_period_months
      => p_rec.period_months
      );
Line: 564

End post_insert;
Line: 581

  per_pjo_bus.insert_validate
     (p_effective_date
     ,p_rec
     );
Line: 590

  per_pjo_ins.pre_insert(p_rec);
Line: 594

  per_pjo_ins.insert_dml(p_rec);
Line: 598

  per_pjo_ins.post_insert
     (p_effective_date
     ,p_rec
     );