DBA Data[Home] [Help]

APPS.AR_CONFIRMATION dependencies on AR_NOTIFICATION_STANDARD

Line 45: ar_notification_standard.notifyToSysadmin(l_subject, l_sqlerrm);

41: l_subject := fnd_message.get;
42: fnd_message.set_name('AR','AR_CONF_ACT_INV_ID_BODY');
43: fnd_message.set_token('P_ID', p_id);
44: l_sqlerrm := fnd_message.get;
45: ar_notification_standard.notifyToSysadmin(l_subject, l_sqlerrm);
46: return;
47: else
48: fnd_global.initialize(l_sid, global_rec.last_updated_by, global_rec.responsibility_id,
49: global_rec.application_id, null,null,0,0,null,null,null,null);

Line 105: ar_notification_standard.notify(l_subject,

101:
102: l_url := 'JSP:/OA_HTML/OA.jsp?akRegionCode=CONFIRMATIONACTIONS_PG'||'&'||
103: 'akRegionApplicationId=222';
104: for ar_rec in ar loop
105: ar_notification_standard.notify(l_subject,
106: l_sqlerrm,
107: ar_rec.role_name,
108: l_url);
109: end loop;

Line 119: ar_notification_standard.notifyToSysadmin(l_subject, l_sqlerrm);

115: 'Location: AR_CONFIRMATION.initiate_confirmation_process()'||fnd_global.newline||
116: 'Time: '||to_char(sysdate, 'DD-MON-RRRR HH:MI:SS');
117: fnd_message.set_name('AR','AR_CONF_ERROR');
118: l_subject := fnd_message.get;
119: ar_notification_standard.notifyToSysadmin(l_subject, l_sqlerrm);
120: end;
121: end;