DBA Data[Home] [Help]

APPS.PO_OM_INTEGRATION_GRP dependencies on STANDARD

Line 169: -- Standard call to check for call compatibility

165: || l_progress, 'Entering Procedure '||l_api_name);
166: END IF;
167: END IF;
168:
169: -- Standard call to check for call compatibility
170: l_progress := '010';
171: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
172: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
173: END IF;

Line 706: -- Standard call to check for call compatibility

702: || l_progress, 'Entering Procedure '||l_api_name);
703: END IF;
704: END IF;
705:
706: -- Standard call to check for call compatibility
707: l_progress := '010';
708: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
709: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
710: END IF;