DBA Data[Home] [Help]

APPS.PQH_VLD_SHD SQL Statements

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

Line: 48

    select
       validation_id
      ,pension_fund_type_code
      ,pension_fund_id
      ,business_group_id
      ,person_id
      ,request_date
      ,completion_date
      ,previous_employer_id
      ,previously_validated_flag
      ,status
      ,employer_amount
      ,employer_currency_code
      ,employee_amount
      ,employee_currency_code
      ,deduction_per_period
      ,deduction_currency_code
      ,percent_of_salary
      ,object_version_number
    from        pqh_fr_validations
    where       validation_id = p_validation_id;
Line: 131

    select
       validation_id
      ,pension_fund_type_code
      ,pension_fund_id
      ,business_group_id
      ,person_id
      ,request_date
      ,completion_date
      ,previous_employer_id
      ,previously_validated_flag
      ,status
      ,employer_amount
      ,employer_currency_code
      ,employee_amount
      ,employee_currency_code
      ,deduction_per_period
      ,deduction_currency_code
      ,percent_of_salary
      ,object_version_number
    from        pqh_fr_validations
    where       validation_id = p_validation_id
    for update nowait;