DBA Data[Home] [Help]

APPS.BSC_KPI_PUB dependencies on BSC_DIMENSION_SETS_PUB

Line 1435: l_Bsc_Dim_Set_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;

1431: ,x_msg_count OUT NOCOPY number
1432: ,x_msg_data OUT NOCOPY varchar2
1433: ) is
1434:
1435: l_Bsc_Dim_Set_Rec BSC_DIMENSION_SETS_PUB.Bsc_Dim_Set_Rec_Type;
1436:
1437: TYPE Rec_dc_value IS REF CURSOR;
1438: dc_value1 Rec_dc_value;
1439: dc_value2 Rec_dc_value;

Line 1465: BSC_DIMENSION_SETS_PUB.Delete_Bsc_Kpi_Dim_Sets_Tl( p_commit

1461: ,x_return_status
1462: ,x_msg_count
1463: ,x_msg_data);
1464:
1465: BSC_DIMENSION_SETS_PUB.Delete_Bsc_Kpi_Dim_Sets_Tl( p_commit
1466: ,l_Bsc_Dim_Set_Rec
1467: ,x_return_status
1468: ,x_msg_count
1469: ,x_msg_data);

Line 1487: BSC_DIMENSION_SETS_PUB.Delete_Dim_Group_In_Dset( p_commit

1483: loop
1484: fetch dc_value2 into l_Bsc_Dim_Set_Rec.Bsc_Dim_Level_Group_Id;
1485: exit when dc_value2%NOTFOUND;
1486: -- call the procedure to delete dimension groups frin dimension sets;
1487: BSC_DIMENSION_SETS_PUB.Delete_Dim_Group_In_Dset( p_commit
1488: ,l_Bsc_Dim_Set_Rec
1489: ,x_return_status
1490: ,x_msg_count
1491: ,x_msg_data);