DBA Data[Home] [Help]

APPS.BSC_TEMPLATE dependencies on BSC_KPI_PROPERTIES

Line 75: -- Options : the number of records in BSC_KPI_PROPERTIESfor an indicator

71: INDEX BY BINARY_INTEGER;
72:
73:
74: -- record type for BSC_KPIS_B, BSC_KPIS_TL table
75: -- Options : the number of records in BSC_KPI_PROPERTIESfor an indicator
76: -- Detail_Flag : value 'NO' means only inserting records into BSC_KPI_PERIODICITIES
77: -- table for a indicator
78: -- Period_Shown : the number of records in BSC_KPI_PERIODICITIES,
79: -- and BSC_KPI_DATA_TABLES tables

Line 108: -- record type for BSC_KPI_PROPERTIES table

104:
105: TYPE Ind_Tbl_Type IS TABLE OF Ind_Rec_Type
106: INDEX BY BINARY_INTEGER;
107:
108: -- record type for BSC_KPI_PROPERTIES table
109: Type Var_Rec_Type Is Record (
110: Code BSC_KPI_PROPERTIES.property_code%type,
111: Value BSC_KPI_PROPERTIES.property_value%type
112: );

Line 110: Code BSC_KPI_PROPERTIES.property_code%type,

106: INDEX BY BINARY_INTEGER;
107:
108: -- record type for BSC_KPI_PROPERTIES table
109: Type Var_Rec_Type Is Record (
110: Code BSC_KPI_PROPERTIES.property_code%type,
111: Value BSC_KPI_PROPERTIES.property_value%type
112: );
113:
114: TYPE Var_Tbl_Type IS TABLE OF Var_Rec_Type

Line 111: Value BSC_KPI_PROPERTIES.property_value%type

107:
108: -- record type for BSC_KPI_PROPERTIES table
109: Type Var_Rec_Type Is Record (
110: Code BSC_KPI_PROPERTIES.property_code%type,
111: Value BSC_KPI_PROPERTIES.property_value%type
112: );
113:
114: TYPE Var_Tbl_Type IS TABLE OF Var_Rec_Type
115: INDEX BY BINARY_INTEGER;