DBA Data[Home] [Help]

APPS.IEX_WRITEOFFOBJ_PUB dependencies on OKL_API

Line 796: iex_debug_pub.logmessage ('Before calling Okl Api' ||'transaction id ' || i.transaction_id);

792: AddfailMsg( p_object => 'Adjustments ', p_operation => 'CREATE' );
793:
794: -- IF PG_DEBUG <11 THEN
795: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
796: iex_debug_pub.logmessage ('Before calling Okl Api' ||'transaction id ' || i.transaction_id);
797: END IF;
798:
799: -- Begin bug 8258156
800: -- mo_global.set_policy_context('S',7746);

Line 802: iex_debug_pub.logmessage ('Before calling Okl Api Org ID = ' || i.org_id);

798:
799: -- Begin bug 8258156
800: -- mo_global.set_policy_context('S',7746);
801: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
802: iex_debug_pub.logmessage ('Before calling Okl Api Org ID = ' || i.org_id);
803: END IF;
804:
805: mo_global.set_policy_context('S',i.org_id);
806: -- End bug 8258156

Line 821: iex_debug_pub.logmessage ('After calling Okl Api and status'||l_return_status);

817: ,x_msg_data => l_msg_data);
818:
819: -- IF PG_DEBUG <11 THEN
820: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
821: iex_debug_pub.logmessage ('After calling Okl Api and status'||l_return_status);
822: END IF;
823:
824: IF l_return_status <> FND_API.G_RET_STS_SUCCESS then
825: IEX_WRITEOFFOBJ_PUB.Get_Messages1 (l_msg_count,l_message);