DBA Data[Home] [Help]

APPS.CSE_PO_NOQUEUE_PVT SQL Statements

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

Line: 52

      cse_po_receipt_into_project.update_csi_data(
        l_rcv_attributes_rec,
        l_Rcv_Txn_Tbl,
        l_return_status,
        l_error_message);
Line: 59

        l_error_stage := cse_datastructures_pub.g_ib_update;
Line: 128

      SELECT transaction_id
      FROM   csi_transactions
      WHERE  source_dist_ref_id2 = p_rcv_txn_id
      AND    Transaction_Type_Id = cse_util_pkg.get_txn_type_id('PO_RECEIPT_INTO_PROJECT','PO');