DBA Data[Home] [Help]

APPS.INV_STANDALONE_SYNC_PUB dependencies on STANDARD

Line 178: -- Standard call to check for call compatibility.

174: print_debug('param = ' ||p_from_date||','||p_to_date||','||p_organization_name||','||p_category_name||','
175: ||p_inventory_item||','||p_transaction_type||','||p_transaction_source||','||p_transaction_id||','||p_extract_flag);
176: END IF;
177:
178: -- Standard call to check for call compatibility.
179: IF NOT FND_API.Compatible_API_Call ( l_api_version, p_api_version ,
180: l_api_name , G_PKG_NAME )
181: THEN
182: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 358: -- Standard begin of API savepoint

354: print_debug('param = ' ||p_from_date||','||p_to_date||','||p_organization_id||','||p_category_name||','
355: ||p_inventory_item_id||','||p_transaction_type_id||','||p_transaction_source||','||p_transaction_id||','||p_extract_flag);
356: END IF;
357:
358: -- Standard begin of API savepoint
359: SAVEPOINT inv_sync_adj_txn1;
360: -- Standard call to check for call compatibility.
361: IF NOT FND_API.Compatible_API_Call ( l_api_version, p_api_version ,
362: l_api_name , G_PKG_NAME )

Line 360: -- Standard call to check for call compatibility.

356: END IF;
357:
358: -- Standard begin of API savepoint
359: SAVEPOINT inv_sync_adj_txn1;
360: -- Standard call to check for call compatibility.
361: IF NOT FND_API.Compatible_API_Call ( l_api_version, p_api_version ,
362: l_api_name , G_PKG_NAME )
363: THEN
364: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;