DBA Data[Home] [Help]

APPS.HR_BPL_MESSAGE dependencies on HR_BPL_ALERT_RECIPIENT

Line 25: g_mes_lng := hr_bpl_alert_recipient.get_psn_lng(p_person_id);

21: MSGNAME := NAME;
22: MSGDATA := '';
23: MSGSET := TRUE;
24: /* SET LANG*/
25: g_mes_lng := hr_bpl_alert_recipient.get_psn_lng(p_person_id);
26:
27: end;
28:
29: procedure SET_NAME_SUP(APPLICATION in varchar2,

Line 38: g_mes_lng := hr_bpl_alert_recipient.Get_asg_sup_lng(p_assignment_id);

34: MSGNAME := NAME;
35: MSGDATA := '';
36: MSGSET := TRUE;
37: /* SET LANG*/
38: g_mes_lng := hr_bpl_alert_recipient.Get_asg_sup_lng(p_assignment_id);
39:
40: end;
41:
42: procedure SET_NAME_PSUP(APPLICATION in varchar2,

Line 51: g_mes_lng := hr_bpl_alert_recipient.Get_pasg_sup_lng(p_assignment_id);

47: MSGNAME := NAME;
48: MSGDATA := '';
49: MSGSET := TRUE;
50: /* SET LANG*/
51: g_mes_lng := hr_bpl_alert_recipient.Get_pasg_sup_lng(p_assignment_id);
52:
53: end;
54:
55: procedure SET_NAME_PSN_PSUP(APPLICATION in varchar2,

Line 64: g_mes_lng := hr_bpl_alert_recipient.get_psn_lng(p_person_id);

60: MSGNAME := NAME;
61: MSGDATA := '';
62: MSGSET := TRUE;
63: /* SET LANG*/
64: g_mes_lng := hr_bpl_alert_recipient.get_psn_lng(p_person_id);
65:
66: end;
67:
68: procedure SET_NAME(APPLICATION in varchar2,

Line 77: g_mes_lng := hr_bpl_alert_recipient.get_bg_lng(p_business_group_id);

73: MSGNAME := NAME;
74: MSGDATA := '';
75: MSGSET := TRUE;
76: /* SET LANG*/
77: g_mes_lng := hr_bpl_alert_recipient.get_bg_lng(p_business_group_id);
78: end;
79:
80:
81: /*----------------------------------------------------*/