DBA Data[Home] [Help]

APPS.WSH_BOLS_UTIL_PKG dependencies on FND_GLOBAL

Line 47: l_org_string := (p_org_string || fnd_global.local_chr(10));

43: --
44: IF p_mode = 'WEB' THEN
45: l_org_string := (p_org_string || '
');
46: ELSE
47: l_org_string := (p_org_string || fnd_global.local_chr(10));
48: END IF;
49:
50: --
51: -- Debug Statements

Line 113: l_org_string := (p_org_string || fnd_global.local_chr(10) || fnd_global.local_chr(10));

109: --
110: IF p_mode = 'WEB' THEN
111: l_org_string := (p_org_string || '
');
112: ELSE
113: l_org_string := (p_org_string || fnd_global.local_chr(10) || fnd_global.local_chr(10));
114: END IF;
115:
116: --
117: -- Debug Statements