DBA Data[Home] [Help]

APPS.BSC_TEMPLATE dependencies on BSC_KPIS_TL

Line 74: -- record type for BSC_KPIS_B, BSC_KPIS_TL table

70: TYPE Group_Tbl_Type IS TABLE OF Group_Rec_Type
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,

Line 93: Name BSC_KPIS_TL.name%type,

89: Type BSC_KPIS_B.indicator_type%type,
90: Config BSC_KPIS_B.config_type%type,
91: Periodicity BSC_KPIS_B.periodicity_id%type,
92: --
93: Name BSC_KPIS_TL.name%type,
94: Help BSC_KPIS_TL.help%type,
95: --
96: Options Number,
97: Detail_Flag Varchar2(3) := 'YES',

Line 94: Help BSC_KPIS_TL.help%type,

90: Config BSC_KPIS_B.config_type%type,
91: Periodicity BSC_KPIS_B.periodicity_id%type,
92: --
93: Name BSC_KPIS_TL.name%type,
94: Help BSC_KPIS_TL.help%type,
95: --
96: Options Number,
97: Detail_Flag Varchar2(3) := 'YES',
98: Period_Shown Number := 1,