DBA Data[Home] [Help]

APPS.AP_WEB_CC_VALIDATION_WF_PKG dependencies on WF_EVENT

Line 34: wf_event.raise(p_event_name => 'oracle.apps.ap.oie.creditcard.transaction.error',

30:
31: -- select ap_oie_workflow_s.nextval into l_event_key
32: select ap_ccard_notification_id_s.nextval into l_event_key
33: from dual;
34: wf_event.raise(p_event_name => 'oracle.apps.ap.oie.creditcard.transaction.error',
35: p_event_key => to_char(l_event_key),
36: p_parameters => l_parameter_list);
37:
38: if ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then

Line 55: wf_event.raise(p_event_name => 'oracle.apps.ap.oie.creditcard.transaction.error',

51: wf_parameter_t('END_DATE', to_char(p_end_date, 'YYYY/MM/DD')));
52:
53: select ap_ccard_notification_id_s.nextval into l_event_key from dual;
54:
55: wf_event.raise(p_event_name => 'oracle.apps.ap.oie.creditcard.transaction.error',
56: p_event_key => to_char(l_event_key),
57: p_parameters => l_parameter_list);
58:
59: if ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then

Line 249: wf_event.raise(p_event_name => 'oracle.apps.ap.oie.creditcard.account.create',

245: );
246:
247: select ap_ccard_notification_id_s.nextval into l_event_key from dual;
248:
249: wf_event.raise(p_event_name => 'oracle.apps.ap.oie.creditcard.account.create',
250: p_event_key => to_char(l_event_key),
251: p_parameters => l_parameter_list);
252: if ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
253: fnd_log.string(fnd_log.level_event,

Line 268: wf_event.raise(p_event_name => 'oracle.apps.ap.oie.creditcard.account.create',

264: );
265:
266: select ap_ccard_notification_id_s.nextval into l_event_key from dual;
267:
268: wf_event.raise(p_event_name => 'oracle.apps.ap.oie.creditcard.account.create',
269: p_event_key => to_char(l_event_key),
270: p_parameters => l_parameter_list);
271: if ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
272: fnd_log.string(fnd_log.level_event,