DBA Data[Home] [Help]

APPS.WSH_DOCUMENT_SETS dependencies on FND_PROFILE

Line 633: l_copies := coalesce(document.number_of_copies,to_number(FND_PROFILE.VALUE('CONC_COPIES')),0); --Bug 9733286

629:
630:
631: --number of copies will be taken from cursor value document.number_of_copies or profile 'CONC_COPIES'
632: --or as zero in the order of precedence in case of null values.
633: l_copies := coalesce(document.number_of_copies,to_number(FND_PROFILE.VALUE('CONC_COPIES')),0); --Bug 9733286
634:
635: --
636: IF l_debug_on THEN
637: WSH_DEBUG_SV.logmsg(l_module_name, 'Report Set Id is :'||l_doc_set_params(i).p_report_set_id );

Line 641: WSH_DEBUG_SV.logmsg(l_module_name, 'NUMBER OF COPIES from fnd profile :'|| to_number(NVL(FND_PROFILE.VALUE('CONC_COPIES'),'0')) );

637: WSH_DEBUG_SV.logmsg(l_module_name, 'Report Set Id is :'||l_doc_set_params(i).p_report_set_id );
638: WSH_DEBUG_SV.logmsg(l_module_name, 'CONC PROGRAM IS :'||l_concurrent_program_name );
639: WSH_DEBUG_SV.logmsg(l_module_name, 'l_printer_name IS :'||l_printer_name);
640: WSH_DEBUG_SV.logmsg(l_module_name, 'NUMBER OF COPIES for current doc :'||L_COPIES );
641: WSH_DEBUG_SV.logmsg(l_module_name, 'NUMBER OF COPIES from fnd profile :'|| to_number(NVL(FND_PROFILE.VALUE('CONC_COPIES'),'0')) );
642: END IF;
643:
644: -- Debug Statements
645: --

Line 742: l_argument(l_arg_cnt) := fnd_profile.value(l_arg_default_value);

738: --
739: IF l_arg_default_type = 'C' THEN -- Constant
740: l_argument(l_arg_cnt) := l_arg_default_value;
741: ELSIF l_arg_default_type = 'P' THEN -- Profile
742: l_argument(l_arg_cnt) := fnd_profile.value(l_arg_default_value);
743: ELSIF l_arg_default_type = 'S' THEN -- Sql
744: -- use dynamic sql to get the default value.
745: -- NOTE not all values will be defined if this references another
746: -- flex field, this will cause an error in which case continue

Line 1100: fnd_profile.get('ICX_NUMERIC_CHARACTERS', l_NUMERIC_Characters);

1096: WSH_DEBUG_SV.logmsg(l_module_name, 'Setting option for language : '||l_nls_lang(l_nls_count).nls_language);
1097: END IF; --}
1098:
1099: --bug 13077928
1100: fnd_profile.get('ICX_NUMERIC_CHARACTERS', l_NUMERIC_Characters);
1101:
1102: IF l_debug_on THEN --{
1103: WSH_DEBUG_SV.logmsg(l_module_name, 'l_NUMERIC_Characters :'||l_NUMERIC_Characters );
1104: END IF; --}

Line 1620: fnd_profile.get('ICX_NUMERIC_CHARACTERS', l_NUMERIC_CHARACTERS);

1616: WSH_DEBUG_SV.logmsg(l_module_name, 'Setting option for language : '||l_nls_lang(l_nls_count).nls_language);
1617: END IF; --}
1618:
1619: --bug 13077928
1620: fnd_profile.get('ICX_NUMERIC_CHARACTERS', l_NUMERIC_CHARACTERS);
1621:
1622: IF l_debug_on THEN --{
1623: WSH_DEBUG_SV.logmsg(l_module_name, 'l_NUMERIC_Characters :'||l_NUMERIC_Characters );
1624: END IF; --}