DBA Data[Home] [Help]

APPS.BIS_PMV_BSC_API_PUB dependencies on BIS_PMV_BSC_API_PUB

Line 1: PACKAGE BODY BIS_PMV_BSC_API_PUB AS

1: PACKAGE BODY BIS_PMV_BSC_API_PUB AS
2: /* $Header: BISPVEWB.pls 115.1 2002/12/03 22:33:51 kiprabha noship $ */
3: --
4: /*
5: REM +=======================================================================+

Line 27: G_PKG_NAME CONSTANT VARCHAR2(30) := 'BIS_PMV_BSC_API_PUB';

23: */
24:
25: -- Global package name
26: --
27: G_PKG_NAME CONSTANT VARCHAR2(30) := 'BIS_PMV_BSC_API_PUB';
28:
29: --
30: -- Get all the Dimension+Dimension Level combination in the report
31: -- associated with a Measure, and whether View By applies to those

Line 38: , x_DimLevel_Viewby_Tbl OUT NOCOPY BIS_PMV_BSC_API_PUB.DimLevel_Viewby_Tbl_Type

34: PROCEDURE Get_DimLevel_Viewby
35: ( p_api_version IN NUMBER DEFAULT NULL
36: , p_Region_Code IN VARCHAR2
37: , p_Measure_Short_Name IN VARCHAR2
38: , x_DimLevel_Viewby_Tbl OUT NOCOPY BIS_PMV_BSC_API_PUB.DimLevel_Viewby_Tbl_Type
39: , x_return_status OUT NOCOPY VARCHAR2
40: , x_msg_count OUT NOCOPY NUMBER
41: , x_msg_data OUT NOCOPY VARCHAR2
42: ) IS

Line 80: END BIS_PMV_BSC_API_PUB;

76:
77:
78: END Get_DimLevel_Viewby;
79:
80: END BIS_PMV_BSC_API_PUB;