DBA Data[Home] [Help]

APPS.HRI_OLTP_PMV_WMV_BCKT_GRAPH dependencies on BIS_PMV_PARAMETERS_PUB

Line 29: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;

25:
26: BEGIN
27:
28: /* Initialize table/record variables */
29: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
30: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
31:
32: /* Get security clause for Manager based security */
33: l_security_clause := hri_oltp_pmv_util_pkg.get_security_clause('MGR');

Line 91: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;

87: x_custom_sql := l_sqltext;
88:
89: l_custom_rec.attribute_name := ':TIME_PERIOD_TYPE';
90: l_custom_rec.attribute_value := l_parameter_rec.page_period_type;
91: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
92: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;
93: x_custom_output.extend;
94: x_custom_output(1) := l_custom_rec;
95:

Line 92: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;

88:
89: l_custom_rec.attribute_name := ':TIME_PERIOD_TYPE';
90: l_custom_rec.attribute_value := l_parameter_rec.page_period_type;
91: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
92: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;
93: x_custom_output.extend;
94: x_custom_output(1) := l_custom_rec;
95:
96: l_custom_rec.attribute_name := ':TIME_COMPARISON_TYPE';

Line 98: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;

94: x_custom_output(1) := l_custom_rec;
95:
96: l_custom_rec.attribute_name := ':TIME_COMPARISON_TYPE';
97: l_custom_rec.attribute_value := l_parameter_rec.time_comparison_type;
98: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
99: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;
100: x_custom_output.extend;
101: x_custom_output(2) := l_custom_rec;
102:

Line 99: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;

95:
96: l_custom_rec.attribute_name := ':TIME_COMPARISON_TYPE';
97: l_custom_rec.attribute_value := l_parameter_rec.time_comparison_type;
98: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
99: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;
100: x_custom_output.extend;
101: x_custom_output(2) := l_custom_rec;
102:
103: l_custom_rec.attribute_name := ':TIME_PERIOD_NUMBER';

Line 105: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;

101: x_custom_output(2) := l_custom_rec;
102:
103: l_custom_rec.attribute_name := ':TIME_PERIOD_NUMBER';
104: l_custom_rec.attribute_value := l_previous_periods;
105: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
106: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
107: x_custom_output.extend;
108: x_custom_output(3) := l_custom_rec;
109:

Line 106: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;

102:
103: l_custom_rec.attribute_name := ':TIME_PERIOD_NUMBER';
104: l_custom_rec.attribute_value := l_previous_periods;
105: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
106: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
107: x_custom_output.extend;
108: x_custom_output(3) := l_custom_rec;
109:
110: END get_sql_bckt_low;

Line 137: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;

133:
134: BEGIN
135:
136: /* Initialize table/record variables */
137: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
138: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
139:
140: /* Get security clause for Manager based security */
141: l_security_clause := hri_oltp_pmv_util_pkg.get_security_clause('MGR');

Line 196: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;

192: x_custom_sql := l_sqltext;
193:
194: l_custom_rec.attribute_name := ':TIME_PERIOD_TYPE';
195: l_custom_rec.attribute_value := l_parameter_rec.page_period_type;
196: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
197: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;
198: x_custom_output.extend;
199: x_custom_output(1) := l_custom_rec;
200:

Line 197: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;

193:
194: l_custom_rec.attribute_name := ':TIME_PERIOD_TYPE';
195: l_custom_rec.attribute_value := l_parameter_rec.page_period_type;
196: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
197: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;
198: x_custom_output.extend;
199: x_custom_output(1) := l_custom_rec;
200:
201: l_custom_rec.attribute_name := ':TIME_COMPARISON_TYPE';

Line 203: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;

199: x_custom_output(1) := l_custom_rec;
200:
201: l_custom_rec.attribute_name := ':TIME_COMPARISON_TYPE';
202: l_custom_rec.attribute_value := l_parameter_rec.time_comparison_type;
203: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
204: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;
205: x_custom_output.extend;
206: x_custom_output(2) := l_custom_rec;
207:

Line 204: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;

200:
201: l_custom_rec.attribute_name := ':TIME_COMPARISON_TYPE';
202: l_custom_rec.attribute_value := l_parameter_rec.time_comparison_type;
203: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
204: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;
205: x_custom_output.extend;
206: x_custom_output(2) := l_custom_rec;
207:
208: l_custom_rec.attribute_name := ':TIME_PERIOD_NUMBER';

Line 210: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;

206: x_custom_output(2) := l_custom_rec;
207:
208: l_custom_rec.attribute_name := ':TIME_PERIOD_NUMBER';
209: l_custom_rec.attribute_value := l_previous_periods;
210: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
211: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
212: x_custom_output.extend;
213: x_custom_output(3) := l_custom_rec;
214:

Line 211: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;

207:
208: l_custom_rec.attribute_name := ':TIME_PERIOD_NUMBER';
209: l_custom_rec.attribute_value := l_previous_periods;
210: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
211: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
212: x_custom_output.extend;
213: x_custom_output(3) := l_custom_rec;
214:
215: END get_sql_bckt_perf;