DBA Data[Home] [Help]

APPS.BSC_SCORECARD_PUB dependencies on BSC_APPS

Line 81: l_Bsc_Tab_Entity_Rec.Bsc_Tab_Name := BSC_APPS.GET_LOOKUP_VALUE('BSC_UI_BUILDER', 'TAB')|| ' ' || l_Bsc_Tab_Entity_Rec.Bsc_Tab_Id;

77: --DBMS_OUTPUT.PUT_LINE('tab _id ==============' || l_Bsc_Tab_Entity_Rec.Bsc_Tab_Id);
78:
79: -- If tab name is null then assign default name.
80: if l_Bsc_Tab_Entity_Rec.Bsc_Tab_Name is null then
81: l_Bsc_Tab_Entity_Rec.Bsc_Tab_Name := BSC_APPS.GET_LOOKUP_VALUE('BSC_UI_BUILDER', 'TAB')|| ' ' || l_Bsc_Tab_Entity_Rec.Bsc_Tab_Id;
82: end if;
83:
84: -- Bug #3236356
85: SELECT (NVL(MAX(TAB_INDEX), 0) + 1)