DBA Data[Home] [Help]

APPS.BOM_ROUTINGINTERFACE_PUB dependencies on MTL_PARAMETERS

Line 2452: From mtl_parameters

2448: l_api_version CONSTANT NUMBER := 1.0;
2449: l_return_status VARCHAR2(1);
2450: cursor l_parameter_cursor is
2451: Select organization_code
2452: From mtl_parameters
2453: Where organization_id = p_organization_id;
2454: BEGIN
2455: -- Standard call to check for call compatibility.
2456: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,