DBA Data[Home] [Help]

APPS.IEX_WRITEOFFOBJ_PUB dependencies on WF_CORE

Line 971: wf_core.context('IEX_WRITEOFFOBJ_PUB',

967: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
968: iex_debug_pub.logmessage('Error ' ||l_message);
969: END IF;
970:
971: wf_core.context('IEX_WRITEOFFOBJ_PUB',
972: 'approve_writeoffs',
973: itemtype,
974: itemkey,
975: to_char(actid),

Line 985: wf_core.context('IEX_WRITEOFFOBJ_PUB',

981: -- IF PG_DEBUG < 11 THEN
982: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
983: iex_debug_pub.logmessage('Error WHEN OTHERE' ||sqlerrm);
984: END IF;
985: wf_core.context('IEX_WRITEOFFOBJ_PUB',
986: 'approve_writeoffs',
987: itemtype,
988: itemkey,
989: to_char(actid),

Line 1145: wf_core.context('IEX_WRITEOFFOBJ_PUB',

1141:
1142: EXCEPTION
1143: WHEN FND_API.G_EXC_ERROR THEN
1144: --resultout := wf_engine.eng_completed ||':'||wf_no;
1145: wf_core.context('IEX_WRITEOFFOBJ_PUB',
1146: 'reject_writeoffs',
1147: itemtype,
1148: itemkey,
1149: to_char(actid),

Line 1155: wf_core.context('IEX_WRITEOFFOBJ_PUB',

1151: raise;
1152:
1153: when others then
1154: --resultout := wf_engine.eng_completed ||':'||wf_no;
1155: wf_core.context('IEX_WRITEOFFOBJ_PUB',
1156: 'reject_writeoffs',
1157: itemtype,
1158: itemkey,
1159: to_char(actid),