DBA Data[Home] [Help]

APPS.BSC_KPI_PVT dependencies on BSC_TAB_INDICATORS

Line 4659: l_db_object := 'BSC_TAB_INDICATORS';

4655: l_Bsc_Kpi_Entity_Rec.Bsc_Top_Position_In_Tab := null;
4656: l_Bsc_Kpi_Entity_Rec.Bsc_Group_Width := null;
4657: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Backcolor := null;
4658:
4659: l_db_object := 'BSC_TAB_INDICATORS';
4660:
4661: --DBMS_OUTPUT.PUT_LINE(' BSC_KPI_PVT.Create_Kpi_In_Tab - Flag 9');
4662:
4663: insert into BSC_TAB_INDICATORS( tab_id

Line 4663: insert into BSC_TAB_INDICATORS( tab_id

4659: l_db_object := 'BSC_TAB_INDICATORS';
4660:
4661: --DBMS_OUTPUT.PUT_LINE(' BSC_KPI_PVT.Create_Kpi_In_Tab - Flag 9');
4662:
4663: insert into BSC_TAB_INDICATORS( tab_id
4664: ,indicator
4665: ,bsc_model_flag
4666: ,left_position
4667: ,top_position

Line 4781: from BSC_TAB_INDICATORS

4777: ,x_Bsc_Kpi_Entity_Rec.Bsc_Top_Position_In_Tab
4778: ,x_Bsc_Kpi_Entity_Rec.Bsc_Group_Width
4779: ,x_Bsc_Kpi_Entity_Rec.Bsc_Group_Height
4780: ,x_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Backcolor
4781: from BSC_TAB_INDICATORS
4782: where indicator = p_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Id;
4783:
4784:
4785: if (p_commit = FND_API.G_TRUE) then

Line 4980: delete from BSC_TAB_INDICATORS

4976: FND_MSG_PUB.ADD;
4977: RAISE FND_API.G_EXC_ERROR;
4978: end if;
4979:
4980: delete from BSC_TAB_INDICATORS
4981: where indicator = p_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Id;
4982: -- Reminder: Check to see if tab id needs to be specified.
4983: -- and tab_id = p_Bsc_Kpi_Entity_Rec.Bsc_Tab_Id;
4984: