DBA Data[Home] [Help]

APPS.BSC_TEMPLATE dependencies on BSC_KPIS_B

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 86: Indicator BSC_KPIS_B.indicator%type,

82: -- belong to
83:
84:
85: Type Ind_Rec_Type Is Record (
86: Indicator BSC_KPIS_B.indicator%type,
87: Csf BSC_KPIS_B.csf_id%type,
88: Group_r BSC_KPIS_B.ind_group_id%type,
89: Type BSC_KPIS_B.indicator_type%type,
90: Config BSC_KPIS_B.config_type%type,

Line 87: Csf BSC_KPIS_B.csf_id%type,

83:
84:
85: Type Ind_Rec_Type Is Record (
86: Indicator BSC_KPIS_B.indicator%type,
87: Csf BSC_KPIS_B.csf_id%type,
88: Group_r BSC_KPIS_B.ind_group_id%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,

Line 88: Group_r BSC_KPIS_B.ind_group_id%type,

84:
85: Type Ind_Rec_Type Is Record (
86: Indicator BSC_KPIS_B.indicator%type,
87: Csf BSC_KPIS_B.csf_id%type,
88: Group_r BSC_KPIS_B.ind_group_id%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: --

Line 89: Type BSC_KPIS_B.indicator_type%type,

85: Type Ind_Rec_Type Is Record (
86: Indicator BSC_KPIS_B.indicator%type,
87: Csf BSC_KPIS_B.csf_id%type,
88: Group_r BSC_KPIS_B.ind_group_id%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,

Line 90: Config BSC_KPIS_B.config_type%type,

86: Indicator BSC_KPIS_B.indicator%type,
87: Csf BSC_KPIS_B.csf_id%type,
88: Group_r BSC_KPIS_B.ind_group_id%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,

Line 91: Periodicity BSC_KPIS_B.periodicity_id%type,

87: Csf BSC_KPIS_B.csf_id%type,
88: Group_r BSC_KPIS_B.ind_group_id%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: --