DBA Data[Home] [Help]

APPS.BSC_TEMPLATE dependencies on BSC_TABS_B

Line 33: -- Record type for BSC_TABS_B,BSC_TABS_TL table

29: *-------------------------------------------------------------------------*/
30: -- Global Variables
31: --
32:
33: -- Record type for BSC_TABS_B,BSC_TABS_TL table
34: -- For Tab system only
35: Type Tab_Rec_Type Is Record (
36: Code BSC_TABS_B.tab_id%type,
37: Name BSC_TABS_TL.name%type,

Line 36: Code BSC_TABS_B.tab_id%type,

32:
33: -- Record type for BSC_TABS_B,BSC_TABS_TL table
34: -- For Tab system only
35: Type Tab_Rec_Type Is Record (
36: Code BSC_TABS_B.tab_id%type,
37: Name BSC_TABS_TL.name%type,
38: Help BSC_TABS_TL.help%type,
39: N_Groups number(3) -- number of groups within tab
40: );