DBA Data[Home] [Help]

APPS.HR_GENERAL_UTILITIES dependencies on HR_UTIL_MISC_WEB

Line 349: RETURN hr_util_misc_web.get_business_group_id;

345: FUNCTION Get_Business_Group
346: RETURN per_people_f.business_group_id%TYPE
347: IS
348: BEGIN
349: RETURN hr_util_misc_web.get_business_group_id;
350: END Get_Business_Group;
351: -- ----------------------------------------------------------------------------
352: -- |--< Use_Message >---------------------------------------------------------|
353: -- ----------------------------------------------------------------------------

Line 1105: -- Replaced CHR(13) with the hr_util_misc_web.g_carriage_return

1101: -- leave these lines exactly as they are
1102: l_t_str := REPLACE (p_instring, '
1103: ', '%$*');
1104: --
1105: -- Replaced CHR(13) with the hr_util_misc_web.g_carriage_return
1106: l_t_str := REPLACE (l_t_str, hr_util_misc_web.g_carriage_return, '&@~');
1107: l_t_str := REPLACE (l_t_str, ' ', ']@*');
1108:
1109: IF p_start THEN

Line 1106: l_t_str := REPLACE (l_t_str, hr_util_misc_web.g_carriage_return, '&@~');

1102: l_t_str := REPLACE (p_instring, '
1103: ', '%$*');
1104: --
1105: -- Replaced CHR(13) with the hr_util_misc_web.g_carriage_return
1106: l_t_str := REPLACE (l_t_str, hr_util_misc_web.g_carriage_return, '&@~');
1107: l_t_str := REPLACE (l_t_str, ' ', ']@*');
1108:
1109: IF p_start THEN
1110: l_ret_string :=

Line 1207: REPLACE (l_returnstr, '&@~', hr_util_misc_web.g_carriage_return); -- chr(13)

1203: REPLACE (l_returnstr, '%$*', '
1204: ');
1205:
1206: l_returnstr :=
1207: REPLACE (l_returnstr, '&@~', hr_util_misc_web.g_carriage_return); -- chr(13)
1208:
1209: l_returnstr :=
1210: REPLACE (l_returnstr, ']@*', ' ');
1211: