DBA Data[Home] [Help]

APPS.BSC_TEMPLATE dependencies on BSC_SYS_DATASETS_B

Line 253: -- record type for BSC_SYS_DATASETS_B, BSC_SYS_DATASETS_TL table

249: Type Proj_Field_Tbl_Type IS TABLE OF Proj_Field_Rec_Type
250: INDEX BY BINARY_INTEGER;
251:
252:
253: -- record type for BSC_SYS_DATASETS_B, BSC_SYS_DATASETS_TL table
254:
255: Type Proj_Data_Rec_Type Is Record (
256: Dataset_id BSC_SYS_DATASETS_B.Dataset_id%type,
257: Measure1 BSC_SYS_DATASETS_B.Measure_id1%type,

Line 256: Dataset_id BSC_SYS_DATASETS_B.Dataset_id%type,

252:
253: -- record type for BSC_SYS_DATASETS_B, BSC_SYS_DATASETS_TL table
254:
255: Type Proj_Data_Rec_Type Is Record (
256: Dataset_id BSC_SYS_DATASETS_B.Dataset_id%type,
257: Measure1 BSC_SYS_DATASETS_B.Measure_id1%type,
258: Operation BSC_SYS_DATASETS_B.operation%type,
259: Measure2 BSC_SYS_DATASETS_B.Measure_id2%type,
260: Format BSC_SYS_DATASETS_B.format_id%type,

Line 257: Measure1 BSC_SYS_DATASETS_B.Measure_id1%type,

253: -- record type for BSC_SYS_DATASETS_B, BSC_SYS_DATASETS_TL table
254:
255: Type Proj_Data_Rec_Type Is Record (
256: Dataset_id BSC_SYS_DATASETS_B.Dataset_id%type,
257: Measure1 BSC_SYS_DATASETS_B.Measure_id1%type,
258: Operation BSC_SYS_DATASETS_B.operation%type,
259: Measure2 BSC_SYS_DATASETS_B.Measure_id2%type,
260: Format BSC_SYS_DATASETS_B.format_id%type,
261: Color_Method BSC_SYS_DATASETS_B.color_method%type,

Line 258: Operation BSC_SYS_DATASETS_B.operation%type,

254:
255: Type Proj_Data_Rec_Type Is Record (
256: Dataset_id BSC_SYS_DATASETS_B.Dataset_id%type,
257: Measure1 BSC_SYS_DATASETS_B.Measure_id1%type,
258: Operation BSC_SYS_DATASETS_B.operation%type,
259: Measure2 BSC_SYS_DATASETS_B.Measure_id2%type,
260: Format BSC_SYS_DATASETS_B.format_id%type,
261: Color_Method BSC_SYS_DATASETS_B.color_method%type,
262: Proj_Flag BSC_SYS_DATASETS_B.projection_flag%type,

Line 259: Measure2 BSC_SYS_DATASETS_B.Measure_id2%type,

255: Type Proj_Data_Rec_Type Is Record (
256: Dataset_id BSC_SYS_DATASETS_B.Dataset_id%type,
257: Measure1 BSC_SYS_DATASETS_B.Measure_id1%type,
258: Operation BSC_SYS_DATASETS_B.operation%type,
259: Measure2 BSC_SYS_DATASETS_B.Measure_id2%type,
260: Format BSC_SYS_DATASETS_B.format_id%type,
261: Color_Method BSC_SYS_DATASETS_B.color_method%type,
262: Proj_Flag BSC_SYS_DATASETS_B.projection_flag%type,
263: --

Line 260: Format BSC_SYS_DATASETS_B.format_id%type,

256: Dataset_id BSC_SYS_DATASETS_B.Dataset_id%type,
257: Measure1 BSC_SYS_DATASETS_B.Measure_id1%type,
258: Operation BSC_SYS_DATASETS_B.operation%type,
259: Measure2 BSC_SYS_DATASETS_B.Measure_id2%type,
260: Format BSC_SYS_DATASETS_B.format_id%type,
261: Color_Method BSC_SYS_DATASETS_B.color_method%type,
262: Proj_Flag BSC_SYS_DATASETS_B.projection_flag%type,
263: --
264: name BSC_SYS_DATASETS_TL.name%type,

Line 261: Color_Method BSC_SYS_DATASETS_B.color_method%type,

257: Measure1 BSC_SYS_DATASETS_B.Measure_id1%type,
258: Operation BSC_SYS_DATASETS_B.operation%type,
259: Measure2 BSC_SYS_DATASETS_B.Measure_id2%type,
260: Format BSC_SYS_DATASETS_B.format_id%type,
261: Color_Method BSC_SYS_DATASETS_B.color_method%type,
262: Proj_Flag BSC_SYS_DATASETS_B.projection_flag%type,
263: --
264: name BSC_SYS_DATASETS_TL.name%type,
265: Help BSC_SYS_DATASETS_TL.help%type,

Line 262: Proj_Flag BSC_SYS_DATASETS_B.projection_flag%type,

258: Operation BSC_SYS_DATASETS_B.operation%type,
259: Measure2 BSC_SYS_DATASETS_B.Measure_id2%type,
260: Format BSC_SYS_DATASETS_B.format_id%type,
261: Color_Method BSC_SYS_DATASETS_B.color_method%type,
262: Proj_Flag BSC_SYS_DATASETS_B.projection_flag%type,
263: --
264: name BSC_SYS_DATASETS_TL.name%type,
265: Help BSC_SYS_DATASETS_TL.help%type,
266: num_of_calc number(3)