DBA Data[Home] [Help]

APPS.HR_DYNAMIC_APPROVAL_WEB dependencies on HTF

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

2582: END LOOP;
2583:
2584: hr_utility.trace('Out of ( FOR I IN 1..lv_index): '|| l_proc);
2585: l_lov
2586: := hr_util_misc_web.g_new_line || htf.formselectopen
2587: (cname => upper(p_variable_name)
2588: ,nsize => 1
2589: ,cattributes => p_attributes) ||
2590: hr_util_misc_web.g_new_line ;

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

2599: END IF;
2600: ELSE
2601: l_checked := null;
2602: END IF;
2603: l_lov := l_lov || htf.formselectoption
2604: (cvalue => l_ddl_data(i).label
2605: ,cselected => l_checked
2606: ,cattributes => 'VALUE="'|| l_ddl_data(i).code
2607: ||'"' ||'INDEX="'|| l_ddl_data(i).code_index

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

2607: ||'"' ||'INDEX="'|| l_ddl_data(i).code_index
2608: ||'"' ) ;--|| hr_util_misc_web.g_new_line;
2609: END LOOP;
2610: hr_utility.trace('Out of (FOR i IN 1..lv_index LOOP): '|| l_proc);
2611: l_lov := l_lov || htf.formselectclose || hr_util_misc_web.g_new_line;
2612:
2613: hr_utility.set_location('Leaving: '|| l_proc,30);
2614:
2615: RETURN l_lov;