DBA Data[Home] [Help]

APPS.PQH_REI_SHD SQL Statements

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

Line: 54

    select
       role_extra_info_id
      ,role_id
      ,information_type
      ,request_id
      ,program_application_id
      ,program_id
      ,program_update_date
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
      ,attribute16
      ,attribute17
      ,attribute18
      ,attribute19
      ,attribute20
      ,attribute21
      ,attribute22
      ,attribute23
      ,attribute24
      ,attribute25
      ,attribute26
      ,attribute27
      ,attribute28
      ,attribute29
      ,attribute30
      ,information_category
      ,information1
      ,information2
      ,information3
      ,information4
      ,information5
      ,information6
      ,information7
      ,information8
      ,information9
      ,information10
      ,information11
      ,information12
      ,information13
      ,information14
      ,information15
      ,information16
      ,information17
      ,information18
      ,information19
      ,information20
      ,information21
      ,information22
      ,information23
      ,information24
      ,information25
      ,information26
      ,information27
      ,information28
      ,information29
      ,information30
      ,object_version_number
    from        pqh_role_extra_info
    where       role_extra_info_id = p_role_extra_info_id;
Line: 191

    select
       role_extra_info_id
      ,role_id
      ,information_type
      ,request_id
      ,program_application_id
      ,program_id
      ,program_update_date
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
      ,attribute16
      ,attribute17
      ,attribute18
      ,attribute19
      ,attribute20
      ,attribute21
      ,attribute22
      ,attribute23
      ,attribute24
      ,attribute25
      ,attribute26
      ,attribute27
      ,attribute28
      ,attribute29
      ,attribute30
      ,information_category
      ,information1
      ,information2
      ,information3
      ,information4
      ,information5
      ,information6
      ,information7
      ,information8
      ,information9
      ,information10
      ,information11
      ,information12
      ,information13
      ,information14
      ,information15
      ,information16
      ,information17
      ,information18
      ,information19
      ,information20
      ,information21
      ,information22
      ,information23
      ,information24
      ,information25
      ,information26
      ,information27
      ,information28
      ,information29
      ,information30
      ,object_version_number
    from        pqh_role_extra_info
    where       role_extra_info_id = p_role_extra_info_id
    for update nowait;
Line: 326

  ,p_program_update_date            in date
  ,p_attribute_category        in varchar2
  ,p_attribute1                in varchar2
  ,p_attribute2                in varchar2
  ,p_attribute3                in varchar2
  ,p_attribute4                in varchar2
  ,p_attribute5                in varchar2
  ,p_attribute6                in varchar2
  ,p_attribute7                in varchar2
  ,p_attribute8                in varchar2
  ,p_attribute9                in varchar2
  ,p_attribute10               in varchar2
  ,p_attribute11               in varchar2
  ,p_attribute12               in varchar2
  ,p_attribute13               in varchar2
  ,p_attribute14               in varchar2
  ,p_attribute15               in varchar2
  ,p_attribute16               in varchar2
  ,p_attribute17               in varchar2
  ,p_attribute18               in varchar2
  ,p_attribute19               in varchar2
  ,p_attribute20               in varchar2
  ,p_attribute21               in varchar2
  ,p_attribute22               in varchar2
  ,p_attribute23               in varchar2
  ,p_attribute24               in varchar2
  ,p_attribute25               in varchar2
  ,p_attribute26               in varchar2
  ,p_attribute27               in varchar2
  ,p_attribute28               in varchar2
  ,p_attribute29               in varchar2
  ,p_attribute30               in varchar2
  ,p_information_category      in varchar2
  ,p_information1              in varchar2
  ,p_information2              in varchar2
  ,p_information3              in varchar2
  ,p_information4              in varchar2
  ,p_information5              in varchar2
  ,p_information6              in varchar2
  ,p_information7              in varchar2
  ,p_information8              in varchar2
  ,p_information9              in varchar2
  ,p_information10             in varchar2
  ,p_information11             in varchar2
  ,p_information12             in varchar2
  ,p_information13             in varchar2
  ,p_information14             in varchar2
  ,p_information15             in varchar2
  ,p_information16             in varchar2
  ,p_information17             in varchar2
  ,p_information18             in varchar2
  ,p_information19             in varchar2
  ,p_information20             in varchar2
  ,p_information21             in varchar2
  ,p_information22             in varchar2
  ,p_information23             in varchar2
  ,p_information24             in varchar2
  ,p_information25             in varchar2
  ,p_information26             in varchar2
  ,p_information27             in varchar2
  ,p_information28             in varchar2
  ,p_information29             in varchar2
  ,p_information30             in varchar2
  ,p_object_version_number          in number
  )
  Return g_rec_type is
--
  l_rec   g_rec_type;
Line: 405

  l_rec.program_update_date              := p_program_update_date;