DBA Data[Home] [Help]

APPS.HRI_OLTP_PMV_UTIL_PARAM dependencies on FND_GLOBAL

Line 337: /* Add FND_GLOBAL variables we depend on in DBI to the debug header */

333: fill_in_bind_table
334: (p_parameter_rec => p_parameter_rec,
335: p_bind_tab => p_bind_tab);
336:
337: /* Add FND_GLOBAL variables we depend on in DBI to the debug header */
338: p_parameter_rec.debug_header := p_parameter_rec.debug_header || '-- ' ||
339: 'FND_GLOBAL.EMPLOYEE_ID: ' || FND_GLOBAL.EMPLOYEE_ID || g_rtn;
340:
341: END get_parameters_from_table;

Line 339: 'FND_GLOBAL.EMPLOYEE_ID: ' || FND_GLOBAL.EMPLOYEE_ID || g_rtn;

335: p_bind_tab => p_bind_tab);
336:
337: /* Add FND_GLOBAL variables we depend on in DBI to the debug header */
338: p_parameter_rec.debug_header := p_parameter_rec.debug_header || '-- ' ||
339: 'FND_GLOBAL.EMPLOYEE_ID: ' || FND_GLOBAL.EMPLOYEE_ID || g_rtn;
340:
341: END get_parameters_from_table;
342:
343: END hri_oltp_pmv_util_param;