DBA Data[Home] [Help]

APPS.PQH_TCD_SHD SQL Statements

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

Line: 49

    select
       document_id
      ,transaction_category_id
      ,type_code
      ,object_version_number
    from        pqh_txn_category_documents
    where       document_id = p_document_id
    and   transaction_category_id = p_transaction_category_id;
Line: 123

    select
       document_id
      ,transaction_category_id
      ,type_code
      ,object_version_number
    from        pqh_txn_category_documents
    where       document_id = p_document_id
    and   transaction_category_id = p_transaction_category_id
    for update nowait;