DBA Data[Home] [Help]

APPS.BIS_VG_SECURITY dependencies on BIS_VG_SECURITY

Line 1: PACKAGE BODY BIS_VG_SECURITY AS

1: PACKAGE BODY BIS_VG_SECURITY AS
2: /* $Header: BISTSECB.pls 115.8 2002/03/27 08:18:49 pkm ship $ */
3:
4: -- Copyright (c) 1998 Oracle Corporation, Redwood Shores, CA, USA
5: -- All rights reserved.

Line 35: G_PKG_NAME CONSTANT VARCHAR(30) := 'BIS_VG_SECURITY';

31: INDEX BY BINARY_INTEGER;
32:
33: G_SECURITY_FUNCTION_TABLE TAG_FUNC_TABLE;
34:
35: G_PKG_NAME CONSTANT VARCHAR(30) := 'BIS_VG_SECURITY';
36:
37:
38: --============================================================================
39: --PROCEDURE : parse_SEC_select

Line 92: ( p_error_msg_name => bis_vg_security.SECURITY_COL_EXP_MSG

88: );
89:
90: IF (x_tbl IS NULL) THEN
91: BIS_VG_UTIL.Add_Error_message
92: ( p_error_msg_name => bis_vg_security.SECURITY_COL_EXP_MSG
93: , p_error_proc_name => G_PKG_NAME||'.parse_SEC_select '
94: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
95: , p_token1 => 'tag'
96: , p_value1 => l_tag

Line 150: ( p_error_msg_name => bis_vg_security.SECURITY_FUN_EXP_MSG

146:
147: IF l_index = G_SECURITY_FUNCTION_TABLE.LAST THEN
148: -- No entry for tag
149: BIS_VG_UTIL.Add_Error_message
150: ( p_error_msg_name => bis_vg_security.SECURITY_FUN_EXP_MSG
151: , p_error_proc_name => G_PKG_NAME||'. parse_SEC_select'
152: , p_error_table => x_error_tbl
153: , p_token1 => 'tag'
154: , p_value1 => l_tag

Line 318: END BIS_VG_SECURITY;

314: G_SECURITY_FUNCTION_TABLE(1).SECURITY_TAG := 'GL';
315: G_SECURITY_FUNCTION_TABLE(1).SECURITY_FUNCTION :=
316: 'GL_SECURITY_PKG.VALIDATE_ACCESS';
317:
318: END BIS_VG_SECURITY;