DBA Data[Home] [Help]

APPS.IEX_WRITEOFFOBJ_PUB dependencies on WF_CORE

Line 991: wf_core.context('IEX_WRITEOFFOBJ_PUB',

987: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
988: iex_debug_pub.logmessage('Error ' ||l_message);
989: END IF;
990:
991: wf_core.context('IEX_WRITEOFFOBJ_PUB',
992: 'approve_writeoffs',
993: itemtype,
994: itemkey,
995: to_char(actid),

Line 1005: wf_core.context('IEX_WRITEOFFOBJ_PUB',

1001: -- IF PG_DEBUG < 11 THEN
1002: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1003: iex_debug_pub.logmessage('Error WHEN OTHERE' ||sqlerrm);
1004: END IF;
1005: wf_core.context('IEX_WRITEOFFOBJ_PUB',
1006: 'approve_writeoffs',
1007: itemtype,
1008: itemkey,
1009: to_char(actid),

Line 1165: wf_core.context('IEX_WRITEOFFOBJ_PUB',

1161:
1162: EXCEPTION
1163: WHEN FND_API.G_EXC_ERROR THEN
1164: --resultout := wf_engine.eng_completed ||':'||wf_no;
1165: wf_core.context('IEX_WRITEOFFOBJ_PUB',
1166: 'reject_writeoffs',
1167: itemtype,
1168: itemkey,
1169: to_char(actid),

Line 1175: wf_core.context('IEX_WRITEOFFOBJ_PUB',

1171: raise;
1172:
1173: when others then
1174: --resultout := wf_engine.eng_completed ||':'||wf_no;
1175: wf_core.context('IEX_WRITEOFFOBJ_PUB',
1176: 'reject_writeoffs',
1177: itemtype,
1178: itemkey,
1179: to_char(actid),