DBA Data[Home] [Help]

APPS.HRI_OLTP_PMV_ABS_WMV_PVT dependencies on BIS_PMV_PARAMETERS_PUB

Line 57: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;

53: l_comp_tot_abs_ntfctn_period NUMBER;
54:
55: BEGIN
56: /* Initialize out parameters */
57: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;
58: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
59:
60: /* Get security clause for Manager based security */
61: l_security_clause := hri_oltp_pmv_util_pkg.get_security_clause('MGR');

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

308: x_custom_sql := l_SQLText ;
309:
310: l_custom_rec.attribute_name := ':CURR_TOT_ABS_DRTN';
311: l_custom_rec.attribute_value := l_curr_tot_abs_drtn;
312: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
313: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
314: x_custom_output.extend;
315: x_custom_output(1) := l_custom_rec;
316:

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

309:
310: l_custom_rec.attribute_name := ':CURR_TOT_ABS_DRTN';
311: l_custom_rec.attribute_value := l_curr_tot_abs_drtn;
312: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
313: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
314: x_custom_output.extend;
315: x_custom_output(1) := l_custom_rec;
316:
317: l_custom_rec.attribute_name := ':CURR_TOT_ABS_IN_PERIOD';

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

315: x_custom_output(1) := l_custom_rec;
316:
317: l_custom_rec.attribute_name := ':CURR_TOT_ABS_IN_PERIOD';
318: l_custom_rec.attribute_value := l_curr_tot_abs_in_period;
319: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
320: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
321: x_custom_output.extend;
322: x_custom_output(2) := l_custom_rec;
323:

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

316:
317: l_custom_rec.attribute_name := ':CURR_TOT_ABS_IN_PERIOD';
318: l_custom_rec.attribute_value := l_curr_tot_abs_in_period;
319: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
320: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
321: x_custom_output.extend;
322: x_custom_output(2) := l_custom_rec;
323:
324: l_custom_rec.attribute_name := ':CURR_TOT_ABS_NTFCTN_PERIOD';

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

322: x_custom_output(2) := l_custom_rec;
323:
324: l_custom_rec.attribute_name := ':CURR_TOT_ABS_NTFCTN_PERIOD';
325: l_custom_rec.attribute_value := l_curr_tot_abs_ntfctn_period;
326: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
327: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
328: x_custom_output.extend;
329: x_custom_output(3) := l_custom_rec;
330:

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

323:
324: l_custom_rec.attribute_name := ':CURR_TOT_ABS_NTFCTN_PERIOD';
325: l_custom_rec.attribute_value := l_curr_tot_abs_ntfctn_period;
326: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
327: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
328: x_custom_output.extend;
329: x_custom_output(3) := l_custom_rec;
330:
331: l_custom_rec.attribute_name := ':COMP_TOT_ABS_DRTN';

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

329: x_custom_output(3) := l_custom_rec;
330:
331: l_custom_rec.attribute_name := ':COMP_TOT_ABS_DRTN';
332: l_custom_rec.attribute_value := l_comp_tot_abs_drtn;
333: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
334: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
335: x_custom_output.extend;
336: x_custom_output(4) := l_custom_rec;
337:

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

330:
331: l_custom_rec.attribute_name := ':COMP_TOT_ABS_DRTN';
332: l_custom_rec.attribute_value := l_comp_tot_abs_drtn;
333: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
334: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
335: x_custom_output.extend;
336: x_custom_output(4) := l_custom_rec;
337:
338: l_custom_rec.attribute_name := ':COMP_TOT_ABS_IN_PERIOD';

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

336: x_custom_output(4) := l_custom_rec;
337:
338: l_custom_rec.attribute_name := ':COMP_TOT_ABS_IN_PERIOD';
339: l_custom_rec.attribute_value := l_comp_tot_abs_in_period;
340: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
341: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
342: x_custom_output.extend;
343: x_custom_output(5) := l_custom_rec;
344:

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

337:
338: l_custom_rec.attribute_name := ':COMP_TOT_ABS_IN_PERIOD';
339: l_custom_rec.attribute_value := l_comp_tot_abs_in_period;
340: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
341: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
342: x_custom_output.extend;
343: x_custom_output(5) := l_custom_rec;
344:
345: l_custom_rec.attribute_name := ':COMP_TOT_ABS_NTFCTN_PERIOD';

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

343: x_custom_output(5) := l_custom_rec;
344:
345: l_custom_rec.attribute_name := ':COMP_TOT_ABS_NTFCTN_PERIOD';
346: l_custom_rec.attribute_value := l_comp_tot_abs_ntfctn_period;
347: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
348: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
349: x_custom_output.extend;
350: x_custom_output(6) := l_custom_rec;
351:

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

344:
345: l_custom_rec.attribute_name := ':COMP_TOT_ABS_NTFCTN_PERIOD';
346: l_custom_rec.attribute_value := l_comp_tot_abs_ntfctn_period;
347: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
348: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.numeric_bind;
349: x_custom_output.extend;
350: x_custom_output(6) := l_custom_rec;
351:
352: END get_sql;

Line 392: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;

388:
389:
390: BEGIN
391: /* Initialize out parameters */
392: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;
393: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
394:
395: /* Get security clause for Manager based security */
396: l_security_clause := hri_oltp_pmv_util_pkg.get_security_clause('MGR');