DBA Data[Home] [Help]

APPS.BSC_KPI_PVT dependencies on BSC_DIMENSION_SETS_PUB

Line 746: l_Bsc_Dim_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;

742: ) is
743:
744: l_Bsc_Kpi_Entity_Rec BSC_KPI_PUB.Bsc_Kpi_Entity_Rec;
745:
746: l_Bsc_Dim_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;
747:
748: l_db_object varchar2(30);
749:
750: l_count number;

Line 801: BSC_DIMENSION_SETS_PUB.Create_Bsc_Kpi_Dim_Sets_Tl( p_commit

797:
798: --DBMS_OUTPUT.PUT_LINE(' Create_Kpi_Defaults - Flag 2');
799:
800: -- Call procedure to Populate Dimension sets.
801: BSC_DIMENSION_SETS_PUB.Create_Bsc_Kpi_Dim_Sets_Tl( p_commit
802: ,l_Bsc_Dim_Rec
803: ,x_return_status
804: ,x_msg_count
805: ,x_msg_data);

Line 835: BSC_DIMENSION_SETS_PUB.Create_Dim_Levels( p_commit

831: l_db_object := 'Create_Dim_Levels';
832:
833: --DBMS_OUTPUT.PUT_LINE(' Create_Kpi_Defaults - Flag 4');
834:
835: BSC_DIMENSION_SETS_PUB.Create_Dim_Levels( p_commit
836: ,l_Bsc_Dim_Rec
837: ,x_return_status
838: ,x_msg_count
839: ,x_msg_data);

Line 908: l_Bsc_Dim_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;

904: ,x_msg_count OUT NOCOPY number
905: ,x_msg_data OUT NOCOPY varchar2
906: ) is
907:
908: l_Bsc_Dim_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;
909: x_Bsc_Dim_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;
910:
911: l_db_object varchar2(30);
912:

Line 909: x_Bsc_Dim_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;

905: ,x_msg_data OUT NOCOPY varchar2
906: ) is
907:
908: l_Bsc_Dim_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;
909: x_Bsc_Dim_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;
910:
911: l_db_object varchar2(30);
912:
913: l_count number;

Line 926: BSC_DIMENSION_SETS_PUB.Retrieve_Bsc_Kpi_Dim_Sets_Tl( p_commit

922: l_Bsc_Dim_Rec.Bsc_Dim_Set_Id := 0;
923: l_Bsc_Dim_Rec.Bsc_Language := p_Bsc_Kpi_Entity_Rec.Bsc_Language;
924: l_Bsc_Dim_Rec.Bsc_Source_Language := p_Bsc_Kpi_Entity_Rec.Bsc_Source_Language;
925:
926: BSC_DIMENSION_SETS_PUB.Retrieve_Bsc_Kpi_Dim_Sets_Tl( p_commit
927: ,l_Bsc_Dim_Rec
928: ,x_Bsc_Dim_Rec
929: ,x_return_status
930: ,x_msg_count

Line 5278: l_Bsc_Dim_Set_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;

5274: l_Bsc_Kpi_Entity_Rec BSC_KPI_PUB.Bsc_Kpi_Entity_Rec; -- local Record.
5275: l_x_Bsc_Kpi_Entity_Rec BSC_KPI_PUB.Bsc_Kpi_Entity_Rec; -- to keep values
5276: -- from retrieve procedures.
5277:
5278: l_Bsc_Dim_Set_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;
5279: l_x_Bsc_Dim_Set_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;
5280:
5281: l_Bsc_Option_Rec BSC_ANALYSIS_OPTION_PUB.Bsc_Option_Rec_Type;
5282: l_x_Bsc_Option_Rec BSC_ANALYSIS_OPTION_PUB.Bsc_Option_Rec_Type;

Line 5279: l_x_Bsc_Dim_Set_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;

5275: l_x_Bsc_Kpi_Entity_Rec BSC_KPI_PUB.Bsc_Kpi_Entity_Rec; -- to keep values
5276: -- from retrieve procedures.
5277:
5278: l_Bsc_Dim_Set_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;
5279: l_x_Bsc_Dim_Set_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;
5280:
5281: l_Bsc_Option_Rec BSC_ANALYSIS_OPTION_PUB.Bsc_Option_Rec_Type;
5282: l_x_Bsc_Option_Rec BSC_ANALYSIS_OPTION_PUB.Bsc_Option_Rec_Type;
5283: