DBA Data[Home] [Help]

APPS.VEA_LAYERS_SV dependencies on VEA_LAYERS_SV

Line 1: PACKAGE BODY VEA_LAYERS_SV as

1: PACKAGE BODY VEA_LAYERS_SV as
2: /* $Header: VEAVALAB.pls 115.15 2004/07/27 00:09:55 rvishnuv ship $ */
3: --{
4: /*====================== vea_layers_sv =========================*/
5: /*========================================================================

Line 4: /*====================== vea_layers_sv =========================*/

1: PACKAGE BODY VEA_LAYERS_SV as
2: /* $Header: VEAVALAB.pls 115.15 2004/07/27 00:09:55 rvishnuv ship $ */
3: --{
4: /*====================== vea_layers_sv =========================*/
5: /*========================================================================
6: PURPOSE: Table handler package for table VEA_LAYERS
7:
8: NOTES: To run the script:

Line 33: G_PACKAGE_NAME CONSTANT VARCHAR2(30) := 'VEA_LAYERS_SV';

29: processConflictingLayers
30:
31: =========================================================================*/
32:
33: G_PACKAGE_NAME CONSTANT VARCHAR2(30) := 'VEA_LAYERS_SV';
34: --
35: --
36: /*========================================================================
37:

Line 2266: l_index := vea_layers_sv.g_layer_active_tbl.FIRST;

2262: LOOP
2263: --{
2264: l_location := '0020';
2265: --
2266: l_index := vea_layers_sv.g_layer_active_tbl.FIRST;
2267: --
2268: --
2269: l_location := '0030';
2270: --

Line 2276: l_layer_active_rec := vea_layers_sv.g_layer_active_tbl(l_index);

2272: LOOP
2273: --{
2274: l_location := '0040';
2275: --
2276: l_layer_active_rec := vea_layers_sv.g_layer_active_tbl(l_index);
2277: --
2278: --
2279: l_location := '0050';
2280: --

Line 2299: l_index := vea_layers_sv.g_layer_active_tbl.NEXT(l_index);

2295: --
2296: --
2297: l_location := '0060';
2298: --
2299: l_index := vea_layers_sv.g_layer_active_tbl.NEXT(l_index);
2300: --}
2301: END LOOP;
2302: --}
2303: END LOOP;

Line 3327: END VEA_LAYERS_SV;

3323: --}
3324: --}
3325: END process;
3326: --}
3327: END VEA_LAYERS_SV;