DBA Data[Home] [Help]

APPS.EDR_STANDARD dependencies on EDR_CTX_PKG

Line 13: edr_ctx_pkg.set_secure_attr;

9: ) IS
10: BEGIN
11:
12: --Bug 3468810: start
13: edr_ctx_pkg.set_secure_attr;
14: --Bug 3468810: end
15:
16: --Bug 4565450: start
17: select PSIG_STATUS into p_status

Line 31: edr_ctx_pkg.unset_secure_attr;

27: --Bug 4565450: end
28:
29: --Bug 3468810: start
30: --unset the secure context now.
31: edr_ctx_pkg.unset_secure_attr;
32: --Bug 3468810: end
33: exception
34: when no_data_found then
35: p_status:=NULL;