DBA Data[Home] [Help]

APPS.PSP_POA_SHD SQL Statements

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

Line: 59

    select
       organization_account_id
      ,gl_code_combination_id
      ,project_id
      ,expenditure_organization_id
      ,expenditure_type
      ,task_id
      ,award_id
      ,comments
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
      ,set_of_books_id
      ,account_type_code
      ,start_date_active
      ,business_group_id
      ,end_date_active
      ,organization_id
      ,poeta_start_date
      ,poeta_end_date
      ,object_version_number
      ,funding_source_code
    from        psp_organization_accounts
    where       organization_account_id = p_organization_account_id;
Line: 158

    select
       organization_account_id
      ,gl_code_combination_id
      ,project_id
      ,expenditure_organization_id
      ,expenditure_type
      ,task_id
      ,award_id
      ,comments
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
      ,set_of_books_id
      ,account_type_code
      ,start_date_active
      ,business_group_id
      ,end_date_active
      ,organization_id
      ,poeta_start_date
      ,poeta_end_date
      ,object_version_number
      ,funding_source_code
    from        psp_organization_accounts
    where       organization_account_id = p_organization_account_id
    for update nowait;