DBA Data[Home] [Help]

APPS.INV_UI_ITEM_SUB_LOC_LOVS dependencies on INV_PROJECTLOCATOR_PUB

Line 3939: l_return_value := inv_projectlocator_pub.get_physical_location(p_organization_id => p_org_id, p_locator_id => p_locator_id);

3935: END IF;
3936: RAISE fnd_api.g_exc_unexpected_error;
3937: END;
3938:
3939: l_return_value := inv_projectlocator_pub.get_physical_location(p_organization_id => p_org_id, p_locator_id => p_locator_id);
3940:
3941: IF NOT l_return_value THEN
3942: IF (l_debug = 1) THEN
3943: DEBUG('GET_PHYSICAL_LOCATION: ERROR');