⚠ Inconsistências detectadas (1)
⚠ Página Normal tem 1 botão(ões) "Submit Page" mas nenhum Branch definido
Regiões (1)
ISCNET2_ATENA STATIC_TEXT_ESCAPE_SC
(conteúdo estático)
Campos / Itens (2)
nome do usuárioP101_USERNAMEText Field
senhaP101_PASSWORDPassword
Botões e fluxo
⚠ sem branch
Processos PL/SQL (4)
LoginOn Submit - After Computations and Validations — PL/SQL anonymous block
apex_authentication.login(     p_username => :P101_USERNAME,     p_password => :P101_PASSWORD );…
Definir Cookie de Nome do UsuárioOn Submit - After Computations and Validations — PL/SQL anonymous block
apex_authentication.send_login_username_cookie (     p_username => lower(:P101_USERNAME) );…
Obter Cookie de Nome do UsuárioOn Load - Before Header — PL/SQL anonymous block
:P101_USERNAME := apex_authentication.get_login_username_cookie;…
Limpar Cache de Página(s)On Submit - After Computations and Validations — Clear Cache for all Items on Pages (PageID,PageID,PageID)
101…
📝 Validação — o que está certo / errado / falta / não uso mais