DBA Data[Home] [Help]

APPS.HR_BPL_ALERT_ADDRESS dependencies on HR_VIEW_ALERT_MESSAGES

Line 35: || hr_view_alert_messages.get_message_lng_psn

31: IS
32: BEGIN
33: --
34: g_emrg_contacts := g_emrg_contacts
35: || hr_view_alert_messages.get_message_lng_psn
36: ('HR_AO_CONTACT_NAME'
37: ,p_emrg_full_name
38: ,g_emrg_person_id);
39: --

Line 44: || hr_view_alert_messages.get_message_lng_psn

40: -- prints the tel numbers if there are tel numbers present
41: --
42: IF p_emrg_phone_number IS NOT NULL THEN
43: g_emrg_contacts := g_emrg_contacts
44: || hr_view_alert_messages.get_message_lng_psn
45: ('HR_AO_DYNAMIC_TITLE'
46: ,p_emrg_phone_type
47: ,p_emrg_phone_number
48: ,g_emrg_person_id);

Line 64: || hr_view_alert_messages.get_message_lng_psn

60: IS
61: BEGIN
62: --
63: g_emrg_contacts := g_emrg_contacts
64: || hr_view_alert_messages.get_message_lng_psn
65: ('HR_AO_DYNAMIC_TITLE'
66: ,p_emrg_phone_type
67: ,p_emrg_phone_number
68: ,g_emrg_person_id);