DBA Data[Home] [Help]

APPS.BSC_LAUNCH_PAD_PUB dependencies on BSC_TAB_VIEW_LABELS_TL

Line 1129: Description :- This procedure will remove the Launchpad entry from BSC_TAB_VIEW_LABELS_TL

1125: END Delete_Launch_Pad;
1126:
1127:
1128: /************************************************************************************
1129: Description :- This procedure will remove the Launchpad entry from BSC_TAB_VIEW_LABELS_TL
1130: and BSC_TAB_VIEW_LABELS_B.This should be called from within the delete_launchpad
1131: Input Parameters :- 1.p_Menu_Id menu_id
1132:
1133: output :- return status

Line 1166: DELETE FROM BSC_TAB_VIEW_LABELS_TL

1162: RAISE FND_API.G_EXC_ERROR;
1163: END IF;
1164:
1165: FOR cd IN c_Launch_Pad_Links LOOP
1166: DELETE FROM BSC_TAB_VIEW_LABELS_TL
1167: WHERE Tab_Id = cd.Tab_Id
1168: AND Tab_view_id = cd.Tab_view_id
1169: AND Label_id = cd.Label_id;
1170: