DBA Data[Home] [Help]

APPS.BIS_VG_SECURITY dependencies on BIS_DEBUG_PUB

Line 70: BIS_DEBUG_PUB.Add('> parse_SEC_select');

66: l_pointer BIS_VG_TYPES.View_Character_Pointer_Type;
67: l_tag VARCHAR2(300);
68: l_index NUMBER;
69: BEGIN
70: BIS_DEBUG_PUB.Add('> parse_SEC_select');
71: x_return_status := FND_API.G_RET_STS_SUCCESS;
72: -- get the security tag
73: l_tag := bis_vg_parser.skip_tag
74: ( p_view_select_table

Line 125: BIS_DEBUG_PUB.Add('Application = ' || x_app);

121: , x_error_Tbl
122: );
123: -- get the organization id
124: x_app := x_tbl;
125: BIS_DEBUG_PUB.Add('Application = ' || x_app);
126:
127: -- Find the field name
128: x_tbl := bis_vg_parser.get_token_increment_pointer( p_view_select_table
129: , l_pointer

Line 174: BIS_DEBUG_PUB.Add('l_fun = ' || x_app);

170: x_app := 'HR_SECURITY.SHOW_BIS_RECORD';
171:
172: END IF;
173: x_pointer := l_pointer;
174: BIS_DEBUG_PUB.Add('l_fun = ' || x_app);
175: BIS_DEBUG_PUB.Add('l_tbl = ' || x_tbl);
176: BIS_DEBUG_PUB.Add('< parse_SEC_select');
177:
178:

Line 175: BIS_DEBUG_PUB.Add('l_tbl = ' || x_tbl);

171:
172: END IF;
173: x_pointer := l_pointer;
174: BIS_DEBUG_PUB.Add('l_fun = ' || x_app);
175: BIS_DEBUG_PUB.Add('l_tbl = ' || x_tbl);
176: BIS_DEBUG_PUB.Add('< parse_SEC_select');
177:
178:
179: EXCEPTION

Line 176: BIS_DEBUG_PUB.Add('< parse_SEC_select');

172: END IF;
173: x_pointer := l_pointer;
174: BIS_DEBUG_PUB.Add('l_fun = ' || x_app);
175: BIS_DEBUG_PUB.Add('l_tbl = ' || x_tbl);
176: BIS_DEBUG_PUB.Add('< parse_SEC_select');
177:
178:
179: EXCEPTION
180: when FND_API.G_EXC_ERROR then

Line 233: BIS_DEBUG_PUB.Add('> add_Security_Info ');

229: l_pointer BIS_VG_TYPES.view_character_pointer_type;
230: l_Table BIS_VG_TYPES.view_text_table_type;
231: BEGIN
232:
233: BIS_DEBUG_PUB.Add('> add_Security_Info ');
234: x_return_status := FND_API.G_RET_STS_SUCCESS;
235:
236: Parse_SEC_Select ( p_View_Select_Table
237: , p_security_pointer

Line 245: BIS_DEBUG_PUB.Add('Function = ' || l_app);

241: , x_return_status
242: , x_error_Tbl
243: );
244:
245: BIS_DEBUG_PUB.Add('Function = ' || l_app);
246: BIS_DEBUG_PUB.Add('Table Column = ' || l_tbl);
247:
248: -- l_result := '( ';
249: -- l_result := l_result ||l_tbl;

Line 246: BIS_DEBUG_PUB.Add('Table Column = ' || l_tbl);

242: , x_error_Tbl
243: );
244:
245: BIS_DEBUG_PUB.Add('Function = ' || l_app);
246: BIS_DEBUG_PUB.Add('Table Column = ' || l_tbl);
247:
248: -- l_result := '( ';
249: -- l_result := l_result ||l_tbl;
250: -- l_result := l_result || ' is null or ';

Line 257: BIS_DEBUG_PUB.Add('l_result = ' || l_result);

253: l_result := l_result || '( ';
254: l_result := l_result ||l_tbl;
255: l_result := l_result ||' ) = ''TRUE''';
256: --
257: BIS_DEBUG_PUB.Add('l_result = ' || l_result);
258:
259: x_select_table(x_select_table.COUNT + 1) := l_result;
260: --
261: -- position beyond 'is not null' string

Line 281: BIS_DEBUG_PUB.Add('< add_Security_Info ');

277: , x_error_Tbl
278: );
279: END LOOP;
280: --
281: BIS_DEBUG_PUB.Add('< add_Security_Info ');
282:
283: EXCEPTION
284: when FND_API.G_EXC_ERROR then
285: x_return_status := FND_API.G_RET_STS_ERROR ;