DBA Data[Home] [Help]

APPS.BSC_SCORECARD_PVT dependencies on BSC_USER_TAB_ACCESS

Line 724: DELETE FROM BSC_USER_TAB_ACCESS

720:
721: DELETE FROM BSC_TAB_CSF_TL
722: WHERE tab_id = p_Bsc_Tab_Entity_Rec.Bsc_Tab_Id;
723:
724: DELETE FROM BSC_USER_TAB_ACCESS
725: WHERE tab_id = p_Bsc_Tab_Entity_Rec.Bsc_Tab_Id;
726:
727: DELETE FROM BSC_TAB_VIEW_LABELS_B
728: WHERE TAB_ID = p_Bsc_Tab_Entity_Rec.Bsc_Tab_Id;

Line 857: g_db_object := 'BSC_USER_TAB_ACCESS';

853: FND_MSG_PUB.ADD;
854: RAISE FND_API.G_EXC_ERROR;
855: end if;
856:
857: g_db_object := 'BSC_USER_TAB_ACCESS';
858:
859: insert into BSC_USER_TAB_ACCESS( responsibility_id
860: ,tab_id
861: ,creation_date

Line 859: insert into BSC_USER_TAB_ACCESS( responsibility_id

855: end if;
856:
857: g_db_object := 'BSC_USER_TAB_ACCESS';
858:
859: insert into BSC_USER_TAB_ACCESS( responsibility_id
860: ,tab_id
861: ,creation_date
862: ,created_by
863: ,last_update_date