DBA Data[Home] [Help]

APPS.BIS_BUSINESS_PLAN_PVT dependencies on BIS_BUSINESS_PLAN_PVT

Line 1: PACKAGE BODY BIS_BUSINESS_PLAN_PVT AS

1: PACKAGE BODY BIS_BUSINESS_PLAN_PVT AS
2: /* $Header: BISVBPB.pls 115.9 2004/02/13 08:22:43 ankgoel noship $ */
3: /*
4: REM +=======================================================================+
5: REM | Copyright (c) 1998 Oracle Corporation, Redwood Shores, CA, USA |

Line 24: G_PKG_NAME CONSTANT VARCHAR2(30):='BIS_BUSINESS_PLAN_PVT';

20: REM | "Value_ID_Conversion" & "Retrieve_Business_Plan"|
21: REM +=======================================================================+
22: */
23: --
24: G_PKG_NAME CONSTANT VARCHAR2(30):='BIS_BUSINESS_PLAN_PVT';
25: --
26: --
27: -- returns the record with the G_MISS_CHAR/G_MISS_NUM replaced
28: -- by null

Line 92: BIS_Business_Plan_PVT.Retrieve_Business_Plan

88: BEGIN
89: x_return_status:= FND_API.G_RET_STS_SUCCESS;
90:
91: -- retrieve record from db
92: BIS_Business_Plan_PVT.Retrieve_Business_Plan
93: ( p_api_version => 1.0
94: , p_Business_Plan_Rec => p_Business_Plan_Rec
95: , x_Business_Plan_Rec => l_Business_Plan_Rec
96: , x_return_status => x_return_status

Line 748: BIS_BUSINESS_PLAN_PVT.Value_ID_Conversion

744:
745: if (BIS_UTILITIES_PUB.Value_Missing(x_Business_Plan_Rec.Business_Plan_id)
746: = FND_API.G_TRUE) then
747:
748: BIS_BUSINESS_PLAN_PVT.Value_ID_Conversion
749: ( p_api_version
750: , x_Business_Plan_Rec.Business_Plan_Short_Name
751: , x_Business_Plan_Rec.Business_Plan_Name
752: , x_Business_Plan_Rec.Business_Plan_ID

Line 839: END BIS_BUSINESS_PLAN_PVT;

835: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
836:
837: end Value_ID_Conversion;
838: --
839: END BIS_BUSINESS_PLAN_PVT;