DBA Data[Home] [Help]

APPS.FUN_GL_ASF_EVENTS_PKG dependencies on WF_CORE

Line 40: wf_core.context (g_module,

36: END IF;
37:
38: IF l_ledger_id IS NULL OR l_bsv IS NULL
39: THEN
40: wf_core.context (g_module,
41: l_routine,
42: p_event.event_name,
43: p_subscription_guid
44: );

Line 84: wf_core.context (g_module,

80: fnd_log.string(FND_LOG.LEVEL_UNEXPECTED,
81: 'fun.plsql.fun_gl_asf_events_pkg.ledger_bsv_remove',
82: 'Error encountered ' || SQLERRM);
83: END IF;
84: wf_core.context (g_module,
85: l_routine,
86: p_event.event_name,
87: p_subscription_guid
88: );

Line 126: wf_core.context (g_module,

122: END IF;
123:
124: IF l_le_id IS NULL OR l_bsv IS NULL
125: THEN
126: wf_core.context (g_module,
127: l_routine,
128: p_event.event_name,
129: p_subscription_guid
130: );

Line 187: wf_core.context (g_module,

183: fnd_log.string(FND_LOG.LEVEL_UNEXPECTED,
184: 'fun.plsql.fun_gl_asf_events_pkg.le_bsv_remove',
185: 'Error encountered ' || SQLERRM);
186: END IF;
187: wf_core.context (g_module,
188: l_routine,
189: p_event.event_name,
190: p_subscription_guid
191: );

Line 231: wf_core.context (g_module,

227: END IF;
228:
229: IF l_le_id IS NULL OR l_ledger_id IS NULL
230: THEN
231: wf_core.context (g_module,
232: l_routine,
233: p_event.event_name,
234: p_subscription_guid
235: );

Line 292: wf_core.context (g_module,

288: fnd_log.string(FND_LOG.LEVEL_UNEXPECTED,
289: 'fun.plsql.fun_gl_asf_events_pkg.ledger_le_remove',
290: 'Error encountered ' || SQLERRM);
291: END IF;
292: wf_core.context (g_module,
293: l_routine,
294: p_event.event_name,
295: p_subscription_guid
296: );

Line 333: wf_core.context (g_module,

329: END IF;
330:
331: IF l_sec_ledger_id IS NULL
332: THEN
333: wf_core.context (g_module,
334: l_routine,
335: p_event.event_name,
336: p_subscription_guid
337: );

Line 398: wf_core.context (g_module,

394: fnd_log.string(FND_LOG.LEVEL_UNEXPECTED,
395: 'fun.plsql.fun_gl_asf_events_pkg.secondary_ledger_delete',
396: 'Error encountered ' || SQLERRM);
397: END IF;
398: wf_core.context (g_module,
399: l_routine,
400: p_event.event_name,
401: p_subscription_guid
402: );

Line 439: wf_core.context (g_module,

435: END IF;
436:
437: IF l_rep_ledger_id IS NULL
438: THEN
439: wf_core.context (g_module,
440: l_routine,
441: p_event.event_name,
442: p_subscription_guid
443: );

Line 504: wf_core.context (g_module,

500: fnd_log.string(FND_LOG.LEVEL_UNEXPECTED,
501: 'fun.plsql.fun_gl_asf_events_pkg.reporting_ledger_delete',
502: 'Error encountered ' || SQLERRM);
503: END IF;
504: wf_core.context (g_module,
505: l_routine,
506: p_event.event_name,
507: p_subscription_guid
508: );