DBA Data[Home] [Help]

APPS.IGC_CC_APPROVAL_WF_PKG dependencies on WF_CORE

Line 285: wf_core.context(G_PKG_NAME, l_api_name,

281: THEN
282: Put_Debug_Msg( l_full_path,l_api_name||' raised unhandled exception');
283: END IF;
284:
285: wf_core.context(G_PKG_NAME, l_api_name,
286: itemtype, itemkey, to_char(actid), funcmode);
287: -- Bug 3199488
288: IF ( g_unexp_level >= g_debug_level ) THEN
289: FND_MESSAGE.SET_NAME('IGC','IGC_LOGGING_UNEXP_ERROR');

Line 413: wf_core.context(G_PKG_NAME, l_api_name,

409:
410: WHEN OTHERS THEN
411: Put_Debug_Msg( l_full_path,l_api_name||' raised unhandled exception');
412:
413: wf_core.context(G_PKG_NAME, l_api_name,
414: itemtype, itemkey, to_char(actid), funcmode);
415: -- Bug 3199488
416: IF ( g_unexp_level >= g_debug_level ) THEN
417: FND_MESSAGE.SET_NAME('IGC','IGC_LOGGING_UNEXP_ERROR');

Line 508: wf_core.context(G_PKG_NAME, l_api_name,

504:
505: WHEN OTHERS THEN
506: Put_Debug_Msg( l_full_path,l_api_name||' raised unhandled exception');
507:
508: wf_core.context(G_PKG_NAME, l_api_name,
509: itemtype, itemkey, to_char(actid), funcmode);
510: -- Bug 3199488
511: IF ( g_unexp_level >= g_debug_level ) THEN
512: FND_MESSAGE.SET_NAME('IGC','IGC_LOGGING_UNEXP_ERROR');

Line 606: wf_core.context(G_PKG_NAME, l_api_name,

602:
603: WHEN OTHERS THEN
604: Put_Debug_Msg( l_full_path,l_api_name||' raised unhandled exception');
605:
606: wf_core.context(G_PKG_NAME, l_api_name,
607: itemtype, itemkey, to_char(actid), funcmode);
608: -- Bug 3199488
609: IF ( g_unexp_level >= g_debug_level ) THEN
610: FND_MESSAGE.SET_NAME('IGC','IGC_LOGGING_UNEXP_ERROR');

Line 704: wf_core.context(G_PKG_NAME, l_api_name,

700:
701: WHEN OTHERS THEN
702: Put_Debug_Msg( l_full_path,l_api_name||' raised unhandled exception');
703:
704: wf_core.context(G_PKG_NAME, l_api_name,
705: itemtype, itemkey, to_char(actid), funcmode);
706: -- Bug 3199488
707: IF ( g_unexp_level >= g_debug_level ) THEN
708: FND_MESSAGE.SET_NAME('IGC','IGC_LOGGING_UNEXP_ERROR');

Line 871: wf_core.context(G_PKG_NAME, l_api_name,

867:
868: WHEN OTHERS THEN
869: Put_Debug_Msg( l_full_path,l_api_name||' raised unhandled exception');
870:
871: wf_core.context(G_PKG_NAME, l_api_name,
872: itemtype, itemkey, to_char(actid), funcmode);
873: -- Bug 3199488
874: IF ( g_unexp_level >= g_debug_level ) THEN
875: FND_MESSAGE.SET_NAME('IGC','IGC_LOGGING_UNEXP_ERROR');

Line 968: wf_core.context(G_PKG_NAME, l_api_name,

964:
965: WHEN OTHERS THEN
966: Put_Debug_Msg( l_full_path,l_api_name||' raised unhandled exception');
967:
968: wf_core.context(G_PKG_NAME, l_api_name,
969: itemtype, itemkey, to_char(actid), funcmode);
970: -- Bug 3199488
971: IF ( g_unexp_level >= g_debug_level ) THEN
972: FND_MESSAGE.SET_NAME('IGC','IGC_LOGGING_UNEXP_ERROR');

Line 1066: wf_core.context(G_PKG_NAME, l_api_name,

1062:
1063: WHEN OTHERS THEN
1064: Put_Debug_Msg( l_full_path,l_api_name||' raised unhandled exception');
1065:
1066: wf_core.context(G_PKG_NAME, l_api_name,
1067: itemtype, itemkey, to_char(actid), funcmode);
1068: -- Bug 3199488
1069: IF ( g_unexp_level >= g_debug_level ) THEN
1070: FND_MESSAGE.SET_NAME('IGC','IGC_LOGGING_UNEXP_ERROR');