DBA Data[Home] [Help]

APPS.HR_DYNAMIC_APPROVAL_WEB dependencies on HTF

Line 2516: := hr_util_misc_web.g_new_line || htf.formselectopen

2512: END LOOP;
2513:
2514: hr_utility.trace('Out of ( FOR I IN 1..lv_index): '|| l_proc);
2515: l_lov
2516: := hr_util_misc_web.g_new_line || htf.formselectopen
2517: (cname => upper(p_variable_name)
2518: ,nsize => 1
2519: ,cattributes => p_attributes) ||
2520: hr_util_misc_web.g_new_line ;

Line 2533: l_lov := l_lov || htf.formselectoption

2529: END IF;
2530: ELSE
2531: l_checked := null;
2532: END IF;
2533: l_lov := l_lov || htf.formselectoption
2534: (cvalue => l_ddl_data(i).label
2535: ,cselected => l_checked
2536: ,cattributes => 'VALUE="'|| l_ddl_data(i).code
2537: ||'"' ||'INDEX="'|| l_ddl_data(i).code_index

Line 2541: l_lov := l_lov || htf.formselectclose || hr_util_misc_web.g_new_line;

2537: ||'"' ||'INDEX="'|| l_ddl_data(i).code_index
2538: ||'"' ) ;--|| hr_util_misc_web.g_new_line;
2539: END LOOP;
2540: hr_utility.trace('Out of (FOR i IN 1..lv_index LOOP): '|| l_proc);
2541: l_lov := l_lov || htf.formselectclose || hr_util_misc_web.g_new_line;
2542:
2543: hr_utility.set_location('Leaving: '|| l_proc,30);
2544:
2545: RETURN l_lov;