DBA Data[Home] [Help]

APPS.IEX_WRITEOFFOBJ_PUB dependencies on OKL_API

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

772: AddfailMsg( p_object => 'Adjustments ', p_operation => 'CREATE' );
773:
774: -- IF PG_DEBUG <11 THEN
775: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
776: iex_debug_pub.logmessage ('Before calling Okl Api' ||'transaction id ' || i.transaction_id);
777: END IF;
778:
779: -- Begin bug 8258156
780: -- mo_global.set_policy_context('S',7746);

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

778:
779: -- Begin bug 8258156
780: -- mo_global.set_policy_context('S',7746);
781: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
782: iex_debug_pub.logmessage ('Before calling Okl Api Org ID = ' || i.org_id);
783: END IF;
784:
785: mo_global.set_policy_context('S',i.org_id);
786: -- End bug 8258156

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

797: ,x_msg_data => l_msg_data);
798:
799: -- IF PG_DEBUG <11 THEN
800: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
801: iex_debug_pub.logmessage ('After calling Okl Api and status'||l_return_status);
802: END IF;
803:
804: IF l_return_status <> FND_API.G_RET_STS_SUCCESS then
805: IEX_WRITEOFFOBJ_PUB.Get_Messages1 (l_msg_count,l_message);