DBA Data[Home] [Help]

APPS.BIS_PORTLET_PMREGION dependencies on BIS_BUSINESS_PLAN_PUB

Line 5923: l_business_plan_rec BIS_BUSINESS_PLAN_PUB.Business_Plan_Rec_Type;

5919: ,x_error_Tbl OUT NOCOPY BIS_UTILITIES_PUB.Error_Tbl_Type
5920: ) RETURN NUMBER
5921: IS
5922:
5923: l_business_plan_rec BIS_BUSINESS_PLAN_PUB.Business_Plan_Rec_Type;
5924: l_plan_short_name VARCHAR2(80);
5925:
5926:
5927:

Line 5943: BIS_BUSINESS_PLAN_PUB.Retrieve_Business_Plan

5939:
5940: ---------------------------
5941: -- retrieve business plans;
5942: ---------------------------
5943: BIS_BUSINESS_PLAN_PUB.Retrieve_Business_Plan
5944: ( p_api_version => 1.0
5945: , p_Business_Plan_Rec => l_business_plan_rec
5946: , x_Business_Plan_Rec => l_business_plan_rec
5947: , x_return_status => x_return_status