Clarify view bypass lab access paths
Some checks failed
Repo Quality / structure (push) Has been cancelled

This commit is contained in:
2026-05-18 12:29:10 -03:00
parent 1d11986e94
commit 033d5e9456
5 changed files with 42 additions and 20 deletions

View File

@@ -23,6 +23,7 @@ BEGIN
CREATE OR REPLACE VIEW dds_mac_accounts_view AS
SELECT account_id, account_name, owner_name, region, balance
FROM dds_mac_accounts
WHERE UPPER(owner_name) = ORA_END_USER_CONTEXT.username
]';
END;
/