DBA Data[Home] [Help]

APPS.PER_JP_DEPENDENT_PKG dependencies on HR_UTILITY

Line 248: hr_utility.set_message(

244: p_d_style := address_style(p_style);
245: --
246: ELSE
247: --
248: hr_utility.set_message(
249: applid => 800,
250: l_message_name => 'PER_JP_ALL_COUNT_ADDRESSES');
251: --
252: p_d_address_type := '** ' || l_address_count || ' ' || hr_utility.get_message;

Line 252: p_d_address_type := '** ' || l_address_count || ' ' || hr_utility.get_message;

248: hr_utility.set_message(
249: applid => 800,
250: l_message_name => 'PER_JP_ALL_COUNT_ADDRESSES');
251: --
252: p_d_address_type := '** ' || l_address_count || ' ' || hr_utility.get_message;
253: p_style := NULL;
254: p_d_style := NULL;
255: p_primary_flag := NULL;
256: p_address_line1 := NULL;

Line 374: hr_utility.set_message(

370: p_date_to => p_date_to);
371: --
372: ELSE
373: --
374: hr_utility.set_message(
375: applid => 800,
376: l_message_name => 'PER_JP_ALL_COUNT_PHONES');
377: --
378: p_d_phone_type := '** ' || l_phone_count || ' ' || hr_utility.get_message;

Line 378: p_d_phone_type := '** ' || l_phone_count || ' ' || hr_utility.get_message;

374: hr_utility.set_message(
375: applid => 800,
376: l_message_name => 'PER_JP_ALL_COUNT_PHONES');
377: --
378: p_d_phone_type := '** ' || l_phone_count || ' ' || hr_utility.get_message;
379: p_phone_number := NULL;
380: p_date_from := NULL;
381: p_date_to := NULL;
382: --