DBA Data[Home] [Help]

APPS.BIS_DIMENSION_PVT dependencies on BIS_DIMENSION_PVT

Line 1: PACKAGE BODY BIS_DIMENSION_PVT AS

1: PACKAGE BODY BIS_DIMENSION_PVT AS
2: /* $Header: BISVDIMB.pls 120.1 2006/01/06 03:24:15 akoduri noship $ */
3: /*
4: REM +=======================================================================+
5: REM | Copyright (c) 1998 Oracle Corporation, Redwood Shores, CA, USA |

Line 51: G_PKG_NAME CONSTANT VARCHAR2(30):='BIS_DIMENSION_PVT';

47: REM | 06-Jan-06 akoduri Enh#4739401 - Hide Dimensions/Dim Objects |
48: REM +=======================================================================+
49: */
50: --
51: G_PKG_NAME CONSTANT VARCHAR2(30):='BIS_DIMENSION_PVT';
52: C_UNASSIGNED CONSTANT VARCHAR2(30):='UNASSIGNED';
53: C_PMF CONSTANT VARCHAR2(10) := '_PMF';
54:
55: --

Line 148: BIS_Dimension_PVT.Retrieve_Dimension

144: BEGIN
145: x_return_status:= FND_API.G_RET_STS_SUCCESS;
146:
147: -- retrieve record from db
148: BIS_Dimension_PVT.Retrieve_Dimension
149: ( p_api_version => 1.0
150: , p_Dimension_Rec => p_Dimension_Rec
151: , x_Dimension_Rec => l_Dimension_Rec
152: , x_return_status => x_return_status

Line 1076: BIS_DIMENSION_PVT.Value_ID_Conversion

1072: x_Dimension_Rec := p_Dimension_Rec;
1073:
1074: IF (BIS_UTILITIES_PUB.Value_Missing(x_Dimension_Rec.Dimension_id)
1075: = FND_API.G_TRUE) THEN
1076: BIS_DIMENSION_PVT.Value_ID_Conversion
1077: ( p_api_version
1078: , x_Dimension_Rec.Dimension_Short_Name
1079: , x_Dimension_Rec.Dimension_Name
1080: , x_Dimension_Rec.Dimension_ID

Line 1236: BIS_DIMENSION_PVT.Retrieve_Dimension

1232: l_Dimension_Rec BIS_DIMENSION_PUB.Dimension_Rec_Type;
1233: BEGIN
1234: SAVEPOINT DeleteFromBISDims;
1235:
1236: BIS_DIMENSION_PVT.Retrieve_Dimension
1237: ( p_api_version => 1.0
1238: , p_Dimension_Rec => p_Dimension_Rec
1239: , x_Dimension_Rec => l_Dimension_Rec
1240: , x_return_status => x_return_status

Line 1411: END BIS_DIMENSION_PVT;

1407: WHEN OTHERS THEN
1408: NULL;
1409: END Rename_BSC_Dimension;
1410:
1411: END BIS_DIMENSION_PVT;