DBA Data[Home] [Help]

APPS.PO_DRAFTS_GRP SQL Statements

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

Line: 169

l_update_allowed VARCHAR2(1);
Line: 204

  PO_DRAFTS_PVT.update_permission_check
  ( p_calling_module     => PO_DRAFTS_PVT.g_call_mod_HTML_UI,
    p_po_header_id       => p_po_header_id,
    p_role               => PO_GLOBAL.g_role_SUPPLIER,
    x_update_allowed     => x_authoring_allowed,
    x_locking_applicable => l_locking_applicable,
    x_unlock_required    => l_unlock_required,
    x_message            => x_message
  );
Line: 216

      PO_LOG.stmt(d_module, d_position, 'update permission check failed');
Line: 536

      PO_DRAFTS_PVT.update_draft_status( p_draft_id => l_draft_id,
                                         p_new_status =>PO_DRAFTS_PVT.g_status_DRAFT);