DBA Data[Home] [Help]

APPS.BIS_VG_PARSER dependencies on BIS_VG_PARSER

Line 1: PACKAGE body BIS_VG_PARSER AS

1: PACKAGE body BIS_VG_PARSER AS
2: /* $Header: BISTPARB.pls 115.7 2002/03/27 08:18:43 pkm ship $ */
3:
4: -- Copyright (c) 1998 Oracle Corporation, Redwood Shores, CA, USA
5: -- All rights reserved.

Line 25: G_PKG_NAME CONSTANT VARCHAR(30) := 'BIS_VG_PARSER';

21: -- 19-MAR-99 Edited by WNASRALL@US for exception handling
22: -- 11-DEC-01 Edited by DBOWLES Added dr driver comments.
23: --
24: g_max_number CONSTANT NUMBER := 100000000000000000000000;
25: G_PKG_NAME CONSTANT VARCHAR(30) := 'BIS_VG_PARSER';
26: --========================================================
27: -- replaces the selected portion WITH blanks
28: -- start and end are included
29: FUNCTION put_blanks

Line 625: l_str := bis_vg_parser.get_token_increment_pointer( p_view_table

621: BEGIN
622: -- get the tag
623: BIS_DEBUG_PUB.Add('> skip_tag');
624: x_return_status := FND_API.G_RET_STS_SUCCESS;
625: l_str := bis_vg_parser.get_token_increment_pointer( p_view_table
626: , p_start_pointer
627: , ':'
628: , x_end_pointer
629: , x_return_status

Line 656: END BIS_VG_PARSER;

652: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
653:
654: END skip_tag;
655:
656: END BIS_VG_PARSER;