DBA Data[Home] [Help]

APPS.PSP_PEE_SHD SQL Statements

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

Line: 48

    select
       external_effort_line_id
      ,batch_name
      ,object_version_number
      ,distribution_date
      ,person_id
      ,assignment_id
      ,currency_code
      ,distribution_amount
      ,business_group_id
      ,set_of_books_id
      ,gl_code_combination_id
      ,project_id
      ,task_id
      ,award_id
      ,expenditure_organization_id
      ,expenditure_type
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
    from        psp_external_effort_lines
    where       external_effort_line_id = p_external_effort_line_id;
Line: 145

    select
       external_effort_line_id
      ,batch_name
      ,object_version_number
      ,distribution_date
      ,person_id
      ,assignment_id
      ,currency_code
      ,distribution_amount
      ,business_group_id
      ,set_of_books_id
      ,gl_code_combination_id
      ,project_id
      ,task_id
      ,award_id
      ,expenditure_organization_id
      ,expenditure_type
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
    from        psp_external_effort_lines
    where       external_effort_line_id = p_external_effort_line_id
    for update nowait;