DBA Data[Home] [Help]

APPS.BSC_CUSTOM_VIEW_PVT dependencies on BSC_CUSTOM_VIEW_UI_WRAPPER

Line 1310: 8.Form functoins defined in each custom view upon creation in BSC_CUSTOM_VIEW_UI_WRAPPER.create_function

1306: 4.BSC_TAB_VIEW_LABELS_B
1307: 5.BSC_TAB_VIEW_LABELS_TL
1308: 6.BSC_SYS_IMAGES_MAP_TL
1309: 7.BSC_SYS_IMAGES (need for cascading)
1310: 8.Form functoins defined in each custom view upon creation in BSC_CUSTOM_VIEW_UI_WRAPPER.create_function
1311:
1312: Input :- p_CustView_Rec
1313: Creator/Modified by :- ashankar 10-NOV-2003
1314: /******************************************************************************/

Line 1414: BSC_CUSTOM_VIEW_UI_WRAPPER.delete_function( p_tab_id => l_CustView_Rec.Bsc_Tab_Id

1410: );
1411: END IF;
1412:
1413: -- delete form function defined for custom view
1414: BSC_CUSTOM_VIEW_UI_WRAPPER.delete_function( p_tab_id => l_CustView_Rec.Bsc_Tab_Id
1415: ,p_tab_view_id => l_CustView_Rec.Bsc_Tab_View_Id
1416: ,x_return_status => x_return_status
1417: ,x_msg_count => x_msg_count
1418: ,x_msg_data => x_msg_data);