DBA Data[Home] [Help]

APPS.PQH_PTX_UTL dependencies on FND_GLOBAL

Line 117: p_string := p_string || fnd_global.local_chr(10) || ' ' || p_substring;

113: else
114: l_index := instr(nvl(p_string,''), p_substring);
115: hr_utility.set_location('l_index:'||nvl(l_index,-111), 1000);
116: if l_index = 0 then
117: p_string := p_string || fnd_global.local_chr(10) || ' ' || p_substring;
118: end if;
119: end if;
120: end if;
121: end;

Line 3196: l_ptx_items_changed := l_ptx_items_changed || fnd_global.local_chr(10) || l_pf1_changed;

3192: if l_pf1_changed is not null then
3193: if l_ptx_items_changed is null then
3194: l_ptx_items_changed := l_pf1_changed;
3195: else
3196: l_ptx_items_changed := l_ptx_items_changed || fnd_global.local_chr(10) || l_pf1_changed;
3197: end if;
3198: end if;
3199: --
3200: if l_ptx_items_changed is null then

Line 3205: p_items_changed := l_ptx_items_changed || fnd_global.local_chr(10) || l_pei_changed;

3201: p_items_changed := l_pei_changed;
3202: elsif l_pei_changed is null then
3203: p_items_changed := l_ptx_items_changed;
3204: else
3205: p_items_changed := l_ptx_items_changed || fnd_global.local_chr(10) || l_pei_changed;
3206: end if;
3207: --
3208: if p_items_changed is null then
3209: p_items_changed := l_tjr_changed;

Line 3211: p_items_changed := p_items_changed || fnd_global.local_chr(10) || l_tjr_changed;

3207: --
3208: if p_items_changed is null then
3209: p_items_changed := l_tjr_changed;
3210: elsif l_tjr_changed is not null then
3211: p_items_changed := p_items_changed || fnd_global.local_chr(10) || l_tjr_changed;
3212: end if;
3213: --
3214: --
3215: end;