DBA Data[Home] [Help]

APPS.ITG_BOAPI_WRAPPERS dependencies on ITG_SYNCEXCHINBOUND_PVT

Line 488: /* Wrap ITG_SyncExchInbound_PVT from itgvsei?.pls */

484: END Sync_FlexValue;
485:
486:
487:
488: /* Wrap ITG_SyncExchInbound_PVT from itgvsei?.pls */
489: PROCEDURE Process_ExchangeRate(
490: p_syncind IN VARCHAR2,
491: p_quantity IN NUMBER,
492: p_currency_from IN VARCHAR2,

Line 519: itg_debug_pub.Add('wPER - Calling ITG_SyncExchInbound_PVT.Process_ExchangeRate API');

515: END IF;
516:
517: IF g_return_status = FND_API.G_RET_STS_SUCCESS THEN
518: IF (l_Debug_Level <= 1) THEN
519: itg_debug_pub.Add('wPER - Calling ITG_SyncExchInbound_PVT.Process_ExchangeRate API');
520: END IF;
521:
522: ITG_SyncExchInbound_PVT.Process_ExchangeRate(
523: x_return_status => l_return_status,

Line 522: ITG_SyncExchInbound_PVT.Process_ExchangeRate(

518: IF (l_Debug_Level <= 1) THEN
519: itg_debug_pub.Add('wPER - Calling ITG_SyncExchInbound_PVT.Process_ExchangeRate API');
520: END IF;
521:
522: ITG_SyncExchInbound_PVT.Process_ExchangeRate(
523: x_return_status => l_return_status,
524: x_msg_count => l_msg_count,
525: x_msg_data => l_msg_data,
526: p_syncind => p_syncind,