DBA Data[Home] [Help]

APPS.PQH_OPS_SHD SQL Statements

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

Line: 53

    select
       wrkplc_vldtn_op_id
      ,wrkplc_vldtn_ver_id
      ,wrkplc_operation_id
      ,business_group_id
      ,description
      ,unit_percentage
      ,object_version_number
    from        pqh_de_wrkplc_vldtn_ops
    where       wrkplc_vldtn_op_id = p_wrkplc_vldtn_op_id;
Line: 125

    select
       wrkplc_vldtn_op_id
      ,wrkplc_vldtn_ver_id
      ,wrkplc_operation_id
      ,business_group_id
      ,description
      ,unit_percentage
      ,object_version_number
    from        pqh_de_wrkplc_vldtn_ops
    where       wrkplc_vldtn_op_id = p_wrkplc_vldtn_op_id
    for update nowait;