DBA Data[Home] [Help]

APPS.WSH_U_RASS dependencies on FND_GLOBAL

Line 453: l_boundary_string_end := INSTR(L_OUTPUT_STR, FND_GLOBAL.LOCAL_CHR(13), l_boundary_string_start,1);

449: l_boundary_string_start := INSTR(L_OUTPUT_STR, 'boundary=', 1 , 1);
450: if l_boundary_string_start <> 0 then
451: l_boundary_string_start := l_boundary_string_start + 9;
452: -- l_boundary_string_end := INSTR(L_OUTPUT_STR, '--', l_boundary_string_start,1);
453: l_boundary_string_end := INSTR(L_OUTPUT_STR, FND_GLOBAL.LOCAL_CHR(13), l_boundary_string_start,1);
454: l_boundary_string := SUBSTR(L_OUTPUT_STR,
455: l_boundary_string_start ,
456: l_boundary_string_end - l_boundary_string_start);
457: else

Line 491: L_Locate_Str_Len_End := INSTR(L_OUTPUT_STR, FND_GLOBAL.LOCAL_CHR(13), L_Locate_Str_Len, 1);

487: IF l_debug_on THEN
488: WSH_DEBUG_SV.log(l_module_name,'l_outrec_index',l_outrec_index);
489: END IF;
490:
491: L_Locate_Str_Len_End := INSTR(L_OUTPUT_STR, FND_GLOBAL.LOCAL_CHR(13), L_Locate_Str_Len, 1);
492: -- DBMS_OUTPUT.PUT_LINE('l_locate_str_len_end:' ||to_char( L_Locate_Str_Len_end));
493: IF l_debug_on THEN
494: WSH_DEBUG_SV.log(l_module_name,'l_locate_str_len_end',l_locate_str_len_end);
495: END IF;